| /tools/testing/selftests/timers/ |
| A D | raw_skew.c | 67 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() argument 83 *raw = mid; in get_monotonic_and_raw() 92 struct timespec mon, raw, start, end; in main() local 98 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main() 105 get_monotonic_and_raw(&mon, &raw); in main() 107 delta1 = diff_timespec(mon, raw); in main() 116 get_monotonic_and_raw(&mon, &raw); in main() 120 delta2 = diff_timespec(mon, raw); in main()
|
| A D | adjtick.c | 65 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() argument 72 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw() 85 *raw = mid; in get_monotonic_and_raw() 166 struct timespec raw; in main() local 173 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
| /tools/perf/arch/arm64/annotate/ |
| A D | instructions.c | 17 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse() 23 ops->source.raw = strdup(ops->raw); in arm64_mov__parse() 26 if (ops->source.raw == NULL) in arm64_mov__parse() 30 ops->target.raw = strdup(target); in arm64_mov__parse() 31 if (ops->target.raw == NULL) in arm64_mov__parse() 56 zfree(&ops->target.raw); in arm64_mov__parse() 58 zfree(&ops->source.raw); in arm64_mov__parse()
|
| /tools/perf/arch/s390/annotate/ |
| A D | instructions.c | 13 tok = strchr(ops->raw, ','); in s390_call__parse() 58 char *s = strchr(ops->raw, ','), *target, *endptr; in s390_mov__parse() 64 ops->source.raw = strdup(ops->raw); in s390_mov__parse() 67 if (ops->source.raw == NULL) in s390_mov__parse() 71 ops->target.raw = strdup(target); in s390_mov__parse() 72 if (ops->target.raw == NULL) in s390_mov__parse() 95 zfree(&ops->target.raw); in s390_mov__parse() 97 zfree(&ops->source.raw); in s390_mov__parse()
|
| /tools/net/ynl/pyynl/lib/ |
| A D | ynl.py | 135 self.raw = raw[offset + 4 : offset + self.payload_len] 150 if len(self.raw) != 4 and len(self.raw) != 8: 160 return self.raw 238 for attr in NlAttrs(raw): 367 self.raw = nl_msg.raw[4:] 641 while raw: 642 if raw & 1: 644 raw >>= 1 944 formatted = raw 953 raw = int(ip) [all …]
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_tc_neigh.c | 78 __u32 *raw = data; in tc_chk() local 83 return !raw[0] && !raw[1] && !raw[2] ? TC_ACT_SHOT : TC_ACT_OK; in tc_chk()
|
| A D | test_tc_neigh_fib.c | 83 __u32 *raw = data; in tc_chk() local 88 return !raw[0] && !raw[1] && !raw[2] ? TC_ACT_SHOT : TC_ACT_OK; in tc_chk()
|
| /tools/perf/util/ |
| A D | disasm.h | 59 char *raw; member 61 char *raw; member 73 char *raw; member 127 bool raw, int max_ins_name);
|
| A D | disasm.c | 237 zfree(&ops->source.raw); in ins_ops__delete() 239 zfree(&ops->target.raw); in ins_ops__delete() 472 ins->name, c ? c - ops->raw : 0, ops->raw, in jump__scnprintf() 572 zfree(&ops->target.raw); in lock__delete() 632 ops->source.raw = strdup(ops->raw); in mov__parse() 672 zfree(&ops->source.raw); in mov__parse() 699 ops->raw); in arithmetic__scnprintf() 743 ops->raw); in load_store__scnprintf() 778 target = s = ops->raw; in dec__parse() 1000 dl->raw.raw_insn = be32_to_cpu(dl->raw.raw_insn); in disasm_line__parse_powerpc() [all …]
|
| A D | values.h | 28 int raw);
|
| A D | intel-pt.c | 1959 raw.flags = 0; in intel_pt_synth_ptwrite_sample() 1992 raw.freq = cpu_to_le32(raw.cbr * pt->cbr2khz); in intel_pt_synth_cbr_sample() 1993 raw.reserved3 = 0; in intel_pt_synth_cbr_sample() 2022 raw.reserved = 0; in intel_pt_synth_psb_sample() 2051 raw.reserved = 0; in intel_pt_synth_mwait_sample() 2080 raw.reserved = 0; in intel_pt_synth_pwre_sample() 2109 raw.flags = 0; in intel_pt_synth_exstop_sample() 2138 raw.reserved = 0; in intel_pt_synth_pwrx_sample() 2613 } raw; in intel_pt_synth_events_sample() local 2664 raw.flags = 0; in intel_pt_synth_iflag_chg_sample() [all …]
|
| /tools/perf/arch/loongarch/annotate/ |
| A D | instructions.c | 17 c = strchr(ops->raw, '#'); in loongarch_call__parse() 63 const char *c = strchr(ops->raw, '#'); in loongarch_jump__parse() 66 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char); in loongarch_jump__parse() 67 ops->jump.raw_func_start = strchr(ops->raw, '<'); in loongarch_jump__parse() 75 ops->target.addr = strtoull(ops->raw, NULL, 16); in loongarch_jump__parse()
|
| /tools/include/uapi/linux/ |
| A D | fscrypt.h | 60 __u8 raw[FSCRYPT_MAX_KEY_SIZE]; member 123 __u8 raw[]; member 134 __u8 raw[]; member
|
| /tools/testing/selftests/net/netfilter/ |
| A D | rpath.sh | 88 type filter hook prerouting priority raw; 108 ip netns exec "$ns2" "$1" -t raw -vS | grep -q -- "-m rpfilter -c 0 0" 112 ip netns exec "$ns2" "$1" -t raw -vS | \ 128 [ -n "$iptables" ] && ip netns exec "$ns2" "$iptables" -t raw -Z 129 [ -n "$ip6tables" ] && ip netns exec "$ns2" "$ip6tables" -t raw -Z
|
| A D | nft_nat_zones.sh | 117 table inet raw { 166 ( echo add element inet raw iiftomark \{ 198 … ip netns exec "$gw" nft get element inet raw inicmp "{ 10.1.0.3 . \"veth$i\" . 10.3.0.99 }" 1>&2 203 if ! ip netns exec "$gw" nft get element inet raw inicmp "{ 10.3.0.99 . \"veth0\" . 10.3.0.1 }" | g… 206 ip netns exec "$gw" nft get element inet raw inicmp "{ 10.3.99 . \"veth0\" . 10.3.0.1 }" 1>&2 250 …if ! ip netns exec "$gw" nft get element inet raw inflows "{ 10.1.0.3 . 10000 . \"veth$i\" . 10.3.… 260 if ! ip netns exec "$gw" nft get element inet raw inflows "{ 10.3.0.99 . 5201 . \"veth0\" . 10.3.0.…
|
| A D | conntrack_vrf.sh | 90 type filter hook prerouting priority raw; 100 type filter hook output priority raw; 144 type filter hook output priority raw;
|
| /tools/perf/tests/shell/ |
| A D | stat_all_metricgroups.sh | 16 for m in $(perf list --raw-dump metricgroups)
|
| A D | stat_all_pmu.sh | 16 for p in $(perf list --raw-dump pmu | sed 's/[[:graph:]]\+?[[:graph:]]\+[[:space:]]//g')
|
| A D | stat_all_pfm.sh | 12 for p in $(perf list --raw-dump pfm)
|
| A D | drm_pmu.sh | 57 for p in $(perf list --raw-dump drm-)
|
| A D | stat_all_metrics.sh | 19 for m in $(perf list --raw-dump metrics); do
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | sev.h | 85 unsigned long raw; \ 92 r = __vm_ioctl(vm, KVM_MEMORY_ENCRYPT_OP, &sev_cmd.raw); \
|
| /tools/perf/scripts/python/ |
| A D | sched-migration.py | 272 raw = "CPU: %d\n" % cpu 273 raw += "Last event : %s\n" % rq.event.__repr__() 274 raw += "Timestamp : %d.%06d\n" % (ts.start / (10 ** 9), (ts.start % (10 ** 9)) / 1000) 275 raw += "Duration : %6d us\n" % ((ts.end - ts.start) / (10 ** 6)) 276 raw += "Load = %d\n" % rq.load() 278 raw += "%s \n" % thread_name(t) 280 self.root_win.update_summary(raw)
|
| /tools/testing/selftests/net/ |
| A D | psock_tpacket.c | 94 void *raw; member 241 ppd.raw = ring->rd[frame_num].iov_base; in walk_v1_v2_rx() 245 test_payload((uint8_t *) ppd.raw + ppd.v1->tp_h.tp_mac, in walk_v1_v2_rx() 251 test_payload((uint8_t *) ppd.raw + ppd.v2->tp_h.tp_mac, in walk_v1_v2_rx() 260 __v1_v2_rx_user_ready(ppd.raw, ring->version); in walk_v1_v2_rx() 423 ppd.raw = next; in walk_tx() 430 memcpy((uint8_t *) ppd.raw + TPACKET_HDRLEN - in walk_tx() 440 memcpy((uint8_t *) ppd.raw + TPACKET2_HDRLEN - in walk_tx()
|
| /tools/perf/ |
| A D | perf-completion.sh | 172 raw_evts=$($cmd list --raw-dump hw sw cache tracepoint pmu sdt) 209 evts=$($cmd list --raw-dump pfm) 214 metrics=$($cmd list --raw-dump metric metricgroup)
|