/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | tsc.c | 121 ret = fprintf(fp, "\n... Time Shift %" PRI_lu64 "\n", tc->time_shift); in perf_event__fprintf_time_conv() 122 ret += fprintf(fp, "... Time Muliplier %" PRI_lu64 "\n", tc->time_mult); in perf_event__fprintf_time_conv() 123 ret += fprintf(fp, "... Time Zero %" PRI_lu64 "\n", tc->time_zero); in perf_event__fprintf_time_conv() 131 ret += fprintf(fp, "... Time Cycles %" PRI_lu64 "\n", in perf_event__fprintf_time_conv()
|
H A D | stat.c | 711 ret = fprintf(fp, "\n... id %" PRI_lu64 ", cpu %d, thread %d\n", in perf_event__fprintf_stat() 713 ret += fprintf(fp, "... value %" PRI_lu64 ", enabled %" PRI_lu64 ", running %" PRI_lu64 "\n", in perf_event__fprintf_stat() 724 ret = fprintf(fp, "\n... time %" PRI_lu64 ", type %s\n", rd->time, in perf_event__fprintf_stat_round()
|
H A D | event.c | 168 pr_warning("unknown stat config term %" PRI_lu64 "\n", in perf_event__read_stat_config() 215 return fprintf(fp, " cgroup: %" PRI_lu64 " %s\n", in perf_event__fprintf_cgroup() 345 " %02x:%02x %"PRI_lu64" %"PRI_lu64"]: %c%c%c%c %s\n", in perf_event__fprintf_mmap2() 469 return fprintf(fp, " lost %" PRI_lu64 "\n", event->lost.lost); in perf_event__fprintf_lost()
|
H A D | event.h | 27 #define PRI_lu64 "l" PRIu64 macro 31 #define PRI_lu64 PRIu64 macro
|
H A D | python.c | 301 "ptid: %u, time: %" PRI_lu64 "}", in pyrf_task_event__repr() 364 return _PyUnicode_FromFormat("{ type: %sthrottle, time: %" PRI_lu64 ", id: %" PRI_lu64 in pyrf_throttle_event__repr() 365 ", stream_id: %" PRI_lu64 " }", in pyrf_throttle_event__repr()
|
H A D | session.c | 1405 printf(": %d %d %s %" PRI_lu64 "\n", event->read.pid, event->read.tid, in dump_read() 1414 printf("... time enabled : %" PRI_lu64 "\n", read_event->time_enabled); in dump_read() 1417 printf("... time running : %" PRI_lu64 "\n", read_event->time_running); in dump_read() 1420 printf("... id : %" PRI_lu64 "\n", read_event->id); in dump_read() 1423 printf("... lost : %" PRI_lu64 "\n", read_event->lost); in dump_read() 2850 fprintf(stdout, " ... id: %"PRI_lu64, e->id); in perf_event__process_id_index() 2851 fprintf(stdout, " idx: %"PRI_lu64, e->idx); in perf_event__process_id_index() 2856 fprintf(stdout, " vcpu: %"PRI_lu64"\n", e2->vcpu); in perf_event__process_id_index()
|
H A D | machine.c | 823 dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n", in machine__process_lost_event() 831 dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "\n", in machine__process_lost_samples_event()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat.c | 477 ret = fprintf(fp, "\n... id %" PRI_lu64 ", cpu %d, thread %d\n", in perf_event__fprintf_stat() 479 ret += fprintf(fp, "... value %" PRI_lu64 ", enabled %" PRI_lu64 ", running %" PRI_lu64 "\n", in perf_event__fprintf_stat() 490 ret = fprintf(fp, "\n... time %" PRI_lu64 ", type %s\n", rd->time, in perf_event__fprintf_stat_round()
|
H A D | event.c | 141 pr_warning("unknown stat config term %" PRI_lu64 "\n", in perf_event__read_stat_config() 188 return fprintf(fp, " cgroup: %" PRI_lu64 " %s\n", in perf_event__fprintf_cgroup() 292 " %02x:%02x %"PRI_lu64" %"PRI_lu64"]: %c%c%c%c %s\n", in perf_event__fprintf_mmap2() 409 return fprintf(fp, " lost %" PRI_lu64 "\n", event->lost.lost); in perf_event__fprintf_lost()
|
H A D | event.h | 28 #define PRI_lu64 "l" PRIu64 macro 32 #define PRI_lu64 PRIu64 macro
|
H A D | python.c | 204 "ptid: %u, time: %" PRI_lu64 "}", in pyrf_task_event__repr() 267 return _PyUnicode_FromFormat("{ type: %sthrottle, time: %" PRI_lu64 ", id: %" PRI_lu64 in pyrf_throttle_event__repr() 268 ", stream_id: %" PRI_lu64 " }", in pyrf_throttle_event__repr()
|
H A D | session.c | 1329 printf(": %d %d %s %" PRI_lu64 "\n", event->read.pid, event->read.tid, in dump_read() 1338 printf("... time enabled : %" PRI_lu64 "\n", read_event->time_enabled); in dump_read() 1341 printf("... time running : %" PRI_lu64 "\n", read_event->time_running); in dump_read() 1344 printf("... id : %" PRI_lu64 "\n", read_event->id); in dump_read() 2496 fprintf(stdout, " ... id: %"PRI_lu64, e->id); in perf_event__process_id_index() 2497 fprintf(stdout, " idx: %"PRI_lu64, e->idx); in perf_event__process_id_index()
|
H A D | machine.c | 677 dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n", in machine__process_lost_event() 685 dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "\n", in machine__process_lost_samples_event()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-report.c | 226 pr_err("failed: wrong feature ID: %" PRI_lu64 "\n", in process_feature_event()
|
H A D | builtin-sched.c | 2669 printf("lost %" PRI_lu64 " events on cpu %d\n", event->lost.lost, sample->cpu); in process_lost()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-report.c | 248 pr_err("failed: wrong feature ID: %" PRI_lu64 "\n", in process_feature_event()
|
H A D | builtin-sched.c | 2726 printf("lost %" PRI_lu64 " events on cpu %d\n", event->lost.lost, sample->cpu); in process_lost()
|