/tools/testing/selftests/timers/ |
D | raw_skew.c | 81 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() argument 97 *raw = mid; in get_monotonic_and_raw() 106 struct timespec mon, raw, start, end; in main() local 112 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main() 119 get_monotonic_and_raw(&mon, &raw); in main() 121 delta1 = diff_timespec(mon, raw); in main() 129 get_monotonic_and_raw(&mon, &raw); in main() 133 delta2 = diff_timespec(mon, raw); in main()
|
D | adjtick.c | 80 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() argument 87 clock_gettime(CLOCK_MONOTONIC_RAW, raw); in get_monotonic_and_raw() 100 *raw = mid; in get_monotonic_and_raw() 180 struct timespec raw; in main() local 187 if (clock_gettime(CLOCK_MONOTONIC_RAW, &raw)) { in main()
|
/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 | 36 --dump-raw-samples=:: 37 Dump the raw decoded samples on the screen in a format that is easy to parse with 42 Specify the field separator used when dump raw samples (-D option). By default, 47 Restrict dump of raw samples to those provided via this option. Note that the same
|
D | perf-annotate.txt | 43 --dump-raw-trace:: 44 Dump raw trace in ASCII. 84 --asm-raw:: 85 Show raw instruction encoding of assembly instructions.
|
D | perf-list.txt | 77 For instance For x86 CPUs NNN represents the raw register encoding with the 98 raw encoding of 0x1A8 can be used: 109 perf also supports an extended syntax for specifying raw parameters 113 The available PMUs and their raw parameters can be listed with 117 For example the raw event "LSD.UOPS" core pmu event above could 251 Support raw format: 253 . '--raw-dump', shows the raw-dump of all the events. 254 . '--raw-dump [hw|sw|cache|tracepoint|pmu|event_glob]', shows the raw-dump of
|
D | perf-kmem.txt | 50 --raw-ip:: 51 Print raw ip instead of symbol
|
D | perf-report.txt | 139 trace, trace_fields, [<event>.]<field>[/raw] 154 The field name can have '/raw' suffix which disables pretty printing 155 and shows raw field value like hex numbers. The --raw-trace option 194 --dump-raw-trace:: 195 Dump raw trace in ASCII. 264 Pretty printing style. key: normal, raw 314 --asm-raw:: 315 Show raw instruction encoding of assembly instructions. 409 --raw-trace::
|
D | perf-top.txt | 41 (use 'perf list' to list all events) or a raw PMU 157 --asm-raw:: 158 Show raw instruction encoding of assembly instructions. 233 --raw-trace::
|
D | perf-diff.txt | 31 --dump-raw-trace:: 32 Dump raw trace in ASCII. 73 Be verbose, for instance, show the raw counts in addition to the
|
D | perf-sched.txt | 50 --dump-raw-trace=::
|
D | perf-script.txt | 27 summarize the raw trace data in various ways (the list of scripts is 79 --dump-raw-script=:: 187 The brstack output includes branch related information with raw addresses using the
|
D | perf-stat.txt | 39 - a raw PMU event (eventsel+umask) in the form of rNNN where NNN is a 152 Don't show any raw values. Not supported with --per-thread.
|
D | perf-record.txt | 33 - a raw PMU event (eventsel+umask) in the form of rNNN where NNN is a 268 --raw-samples:: 269 Collect raw sample records from all opened counters (default for tracepoint counters).
|
/tools/perf/util/ |
D | annotate.h | 17 char *raw; member 19 char *raw; member 26 char *raw; member 75 int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw);
|
D | annotate.c | 36 zfree(&ops->source.raw); in ins__delete() 38 zfree(&ops->target.raw); in ins__delete() 45 return scnprintf(bf, size, "%-6.6s %s", ins->name, ops->raw); in ins__raw_scnprintf() 61 ops->target.addr = strtoull(ops->raw, &endptr, 16); in call__parse() 123 const char *s = strchr(ops->raw, '+'); in jump__parse() 125 ops->target.addr = strtoull(ops->raw, NULL, 16); in jump__parse() 151 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) in comment__symbol() argument 155 if (strstr(raw, "(%rip)") == NULL) in comment__symbol() 184 if (disasm_line__parse(ops->raw, &name, &ops->locked.ops->raw) < 0) in lock__parse() 230 zfree(&ops->target.raw); in lock__delete() [all …]
|
D | values.h | 25 int raw);
|
D | values.c | 226 void perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw) in perf_read_values_display() argument 228 if (raw) in perf_read_values_display()
|
D | parse-events.l | 39 static int raw(yyscan_t scanner) in raw() function 305 r{num_raw_hex} { return raw(yyscanner); }
|
D | build-id.c | 85 const u8 *raw = build_id; in build_id__sprintf() local 89 sprintf(bid, "%02x", *raw); in build_id__sprintf() 90 ++raw; in build_id__sprintf()
|
/tools/testing/selftests/net/ |
D | psock_tpacket.c | 106 void *raw; member 254 ppd.raw = ring->rd[frame_num].iov_base; in walk_v1_v2_rx() 258 test_payload((uint8_t *) ppd.raw + ppd.v1->tp_h.tp_mac, in walk_v1_v2_rx() 264 test_payload((uint8_t *) ppd.raw + ppd.v2->tp_h.tp_mac, in walk_v1_v2_rx() 273 __v1_v2_rx_user_ready(ppd.raw, ring->version); in walk_v1_v2_rx() 394 ppd.raw = ring->rd[frame_num].iov_base; in walk_v1_v2_tx() 401 memcpy((uint8_t *) ppd.raw + TPACKET_HDRLEN - in walk_v1_v2_tx() 411 memcpy((uint8_t *) ppd.raw + TPACKET2_HDRLEN - in walk_v1_v2_tx() 421 __v1_v2_tx_user_ready(ppd.raw, ring->version); in walk_v1_v2_tx()
|
/tools/perf/scripts/python/ |
D | sched-migration.py | 270 raw = "CPU: %d\n" % cpu 271 raw += "Last event : %s\n" % rq.event.__repr__() 272 raw += "Timestamp : %d.%06d\n" % (ts.start / (10 ** 9), (ts.start % (10 ** 9)) / 1000) 273 raw += "Duration : %6d us\n" % ((ts.end - ts.start) / (10 ** 6)) 274 raw += "Load = %d\n" % rq.load() 276 raw += "%s \n" % thread_name(t) 278 self.root_win.update_summary(raw)
|
/tools/perf/ |
D | perf-completion.sh | 164 evts=$($cmd list --raw-dump)
|
/tools/perf/tests/attr/ |
D | README | 56 perf record -R kill (test-record-raw)
|
/tools/perf/pmu-events/ |
D | README | 3 CPUs by their symbolic names rather than raw event codes (see example below).
|