Home
last modified time | relevance | path

Searched refs:PRI_lu64 (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/util/
H A Dstat.c689 ret = fprintf(fp, "\n... id %" PRI_lu64 ", cpu %d, thread %d\n", in perf_event__fprintf_stat()
691 ret += fprintf(fp, "... value %" PRI_lu64 ", enabled %" PRI_lu64 ", running %" PRI_lu64 "\n", in perf_event__fprintf_stat()
702 ret = fprintf(fp, "\n... time %" PRI_lu64 ", type %s\n", rd->time, in perf_event__fprintf_stat_round()
H A Devent.c175 pr_warning("unknown stat config term %" PRI_lu64 "\n", in perf_event__read_stat_config()
222 return fprintf(fp, " cgroup: %" PRI_lu64 " %s\n", in perf_event__fprintf_cgroup()
352 " %02x:%02x %"PRI_lu64" %"PRI_lu64"]: %c%c%c%c %s\n", in perf_event__fprintf_mmap2()
497 return fprintf(fp, " lost %" PRI_lu64 "\n", event->lost.lost); in perf_event__fprintf_lost()
H A Devent.h27 #define PRI_lu64 "l" PRIu64 macro
31 #define PRI_lu64 PRIu64 macro
H A Dsession.c1207 printf(": %d %d %s %" PRI_lu64 "\n", event->read.pid, event->read.tid, in dump_read()
1216 printf("... time enabled : %" PRI_lu64 "\n", read_event->time_enabled); in dump_read()
1219 printf("... time running : %" PRI_lu64 "\n", read_event->time_running); in dump_read()
1222 printf("... id : %" PRI_lu64 "\n", read_event->id); in machines__find_for_cpumode()
1225 printf("... lost : %" PRI_lu64 "\n", read_event->lost); in machines__find_for_cpumode()
2924 fprintf(stdout, " ... id: %"PRI_lu64, e->id); in perf_event__process_id_index()
2925 fprintf(stdout, " idx: %"PRI_lu64, e->idx); in perf_event__process_id_index()
2930 fprintf(stdout, " vcpu: %"PRI_lu64"\n", e2->vcpu); in perf_event__process_id_index()
H A Dpython.c119 "ptid: %u, time: %" PRI_lu64 "}", in pyrf_task_event__repr()
183 return PyUnicode_FromFormat("{ type: %sthrottle, time: %" PRI_lu64 ", id: %" PRI_lu64 in pyrf_throttle_event__repr()
184 ", stream_id: %" PRI_lu64 " }", in pyrf_throttle_event__repr()
H A Dmachine.c677 dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n", in machine__process_lost_event()
685 dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "%s\n", in machine__process_lost_samples_event()
H A Dheader.c5058 ret = fprintf(fp, "\n... id: %" PRI_lu64 "\n", ev->id);
/linux/tools/perf/
H A Dbuiltin-report.c
H A Dbuiltin-sched.c2944 printf("lost %" PRI_lu64 " events on cpu %d\n", event->lost.lost, sample->cpu); in process_lost()