/tools/perf/arch/arm64/annotate/ |
D | instructions.c | 16 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse() 22 ops->source.raw = strdup(ops->raw); in arm64_mov__parse() 25 if (ops->source.raw == NULL) in arm64_mov__parse() 29 ops->target.raw = strdup(target); in arm64_mov__parse() 30 if (ops->target.raw == NULL) in arm64_mov__parse() 55 zfree(&ops->target.raw); in arm64_mov__parse() 57 zfree(&ops->source.raw); in arm64_mov__parse()
|
/tools/testing/selftests/timers/ |
D | raw_skew.c | 69 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() argument 85 *raw = mid; in get_monotonic_and_raw() 94 struct timespec mon, raw, start, end; in main() local 100 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main() 107 get_monotonic_and_raw(&mon, &raw); in main() 109 delta1 = diff_timespec(mon, raw); in main() 118 get_monotonic_and_raw(&mon, &raw); in main() 122 delta2 = diff_timespec(mon, raw); in main()
|
D | adjtick.c | 69 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() argument 76 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw() 89 *raw = mid; in get_monotonic_and_raw() 170 struct timespec raw; in main() local 177 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
/tools/perf/arch/s390/annotate/ |
D | instructions.c | 13 tok = strchr(ops->raw, ','); in s390_call__parse() 60 char *s = strchr(ops->raw, ','), *target, *endptr; in s390_mov__parse() 66 ops->source.raw = strdup(ops->raw); in s390_mov__parse() 69 if (ops->source.raw == NULL) in s390_mov__parse() 73 ops->target.raw = strdup(target); in s390_mov__parse() 74 if (ops->target.raw == NULL) in s390_mov__parse() 97 zfree(&ops->target.raw); in s390_mov__parse() 99 zfree(&ops->source.raw); in s390_mov__parse()
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-file_endian.txt | 7 raw data being accessed by the tep handler. 26 The _tep_is_file_bigendian()_ function gets the endianness of the raw data, 30 The _tep_set_file_bigendian()_ function sets the endianness of raw data being 35 _TEP_LITTLE_ENDIAN_ - the raw data is in little endian format, 36 _TEP_BIG_ENDIAN_ - the raw data is in big endian format. 54 /* The raw data is in big endian */ 56 /* The raw data is in little endian */
|
D | libtraceevent-endian_read.txt | 6 tep_read_number - Reads a number from raw data. 19 The _tep_read_number()_ function reads an integer from raw data, taking into 20 account the endianness of the raw data and the current host. The _tep_ argument 21 is the trace event parser context. The _ptr_ is a pointer to the raw data, where
|
D | libtraceevent-field_read.txt | 6 tep_read_number_field - Reads a number from raw data. 20 raw _data_ and stores it in the _value_. The function sets the _value_ according 21 to the endianness of the raw data and the current machine and stores it in
|
/tools/perf/Documentation/ |
D | perf-lock.txt | 25 'perf lock script' shows raw lock events. 42 --dump-raw-trace:: 43 Dump raw trace in ASCII.
|
D | perf-mem.txt | 44 --dump-raw-samples:: 45 Dump the raw decoded samples on the screen in a format that is easy to parse with 50 Specify the field separator used when dump raw samples (-D option). By default,
|
D | perf-annotate.txt | 51 --dump-raw-trace:: 52 Dump raw trace in ASCII. 97 --asm-raw:: 98 Show raw instruction encoding of assembly instructions.
|
D | perf-list.txt | 89 For instance For x86 CPUs NNN represents the raw register encoding with the 110 raw encoding of 0x1A8 can be used: 121 perf also supports an extended syntax for specifying raw parameters 125 The available PMUs and their raw parameters can be listed with 129 For example the raw event "LSD.UOPS" core pmu event above could 291 Support raw format: 293 . '--raw-dump', shows the raw-dump of all the events. 294 . '--raw-dump [hw|sw|cache|tracepoint|pmu|event_glob]', shows the raw-dump of
|
D | perf-kmem.txt | 54 --raw-ip:: 55 Print raw ip instead of symbol
|
D | perf-report.txt | 158 trace, trace_fields, [<event>.]<field>[/raw] 173 The field name can have '/raw' suffix which disables pretty printing 174 and shows raw field value like hex numbers. The --raw-trace option 216 --dump-raw-trace:: 217 Dump raw trace in ASCII. 288 Pretty printing style. key: normal, raw 341 --asm-raw:: 342 Show raw instruction encoding of assembly instructions. 486 --raw-trace::
|
/tools/perf/util/ |
D | metricgroup.c | 286 static void metricgroup__print_strlist(struct strlist *metrics, bool raw) in metricgroup__print_strlist() argument 292 if (raw) in metricgroup__print_strlist() 298 if (raw) in metricgroup__print_strlist() 303 bool raw, bool details) in metricgroup__print() argument 355 if (raw) in metricgroup__print() 385 if (metricgroups && !raw) in metricgroup__print() 387 else if (metrics && !raw) in metricgroup__print() 394 printf("%s%s%s", me->name, metrics && !raw ? ":" : "", raw ? " " : "\n"); in metricgroup__print() 396 metricgroup__print_strlist(me->metrics, raw); in metricgroup__print() 401 metricgroup__print_strlist(metriclist, raw); in metricgroup__print()
|
D | values.h | 26 int raw);
|
D | annotate.c | 211 zfree(&ops->source.raw); in ins__delete() 213 zfree(&ops->target.raw); in ins__delete() 220 return scnprintf(bf, size, "%-*s %s", max_ins_name, ins->name, ops->raw); in ins__raw_scnprintf() 248 ops->target.addr = strtoull(ops->raw, &endptr, 16); in call__parse() 336 const char *c = strchr(ops->raw, ','); in jump__parse() 339 ops->raw_comment = strchr(ops->raw, arch->objdump.comment_char); in jump__parse() 366 ops->target.addr = strtoull(ops->raw, NULL, 16); in jump__parse() 418 c = strchr(ops->raw, ','); in jump__scnprintf() 436 ins->name, c ? c - ops->raw : 0, ops->raw, in jump__scnprintf() 450 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) in comment__symbol() argument [all …]
|
D | metricgroup.h | 35 bool raw, bool details);
|
D | annotate.h | 32 char *raw; member 35 char *raw; member 45 char *raw; member 222 int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw, int max_ins_nam…
|
D | intel-pt.c | 1425 struct perf_synth_intel_ptwrite raw; in intel_pt_synth_ptwrite_sample() local 1435 raw.flags = 0; in intel_pt_synth_ptwrite_sample() 1436 raw.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP); in intel_pt_synth_ptwrite_sample() 1437 raw.payload = cpu_to_le64(ptq->state->ptw_payload); in intel_pt_synth_ptwrite_sample() 1439 sample.raw_size = perf_synth__raw_size(raw); in intel_pt_synth_ptwrite_sample() 1440 sample.raw_data = perf_synth__raw_data(&raw); in intel_pt_synth_ptwrite_sample() 1451 struct perf_synth_intel_cbr raw; in intel_pt_synth_cbr_sample() local 1465 raw.flags = cpu_to_le32(flags); in intel_pt_synth_cbr_sample() 1466 raw.freq = cpu_to_le32(raw.cbr * pt->cbr2khz); in intel_pt_synth_cbr_sample() 1467 raw.reserved3 = 0; in intel_pt_synth_cbr_sample() [all …]
|
/tools/include/uapi/linux/ |
D | fscrypt.h | 56 __u8 raw[FSCRYPT_MAX_KEY_SIZE]; member 116 __u8 raw[]; member
|
/tools/perf/scripts/python/ |
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/ |
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/testing/selftests/netfilter/ |
D | conntrack_vrf.sh | 111 type filter hook prerouting priority raw; 121 type filter hook output priority raw; 165 type filter hook output priority raw;
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-btf.rst | 27 | *FORMAT* := { **raw** | **c** } 60 **format** option can be used to override default (raw) 61 output format. Raw (**raw**) or C-syntax (**c**) output
|
/tools/io_uring/ |
D | README | 17 io_uring-bench should operate on. This uses the raw io_uring
|