Symbol: PRI_lu64
tools/perf/builtin-report.c
253
pr_err("failed: wrong feature ID: %" PRI_lu64 "\n",
tools/perf/builtin-sched.c
2944
printf("lost %" PRI_lu64 " events on cpu %d\n", event->lost.lost, sample->cpu);
tools/perf/util/event.c
176
pr_warning("unknown stat config term %" PRI_lu64 "\n",
tools/perf/util/event.c
223
return fprintf(fp, " cgroup: %" PRI_lu64 " %s\n",
tools/perf/util/event.c
353
" %02x:%02x %"PRI_lu64" %"PRI_lu64"]: %c%c%c%c %s\n",
tools/perf/util/event.c
498
return fprintf(fp, " lost %" PRI_lu64 "\n", event->lost.lost);
tools/perf/util/header.c
4722
ret = fprintf(fp, "\n... id: %" PRI_lu64 "\n", ev->id);
tools/perf/util/machine.c
677
dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n",
tools/perf/util/machine.c
685
dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "%s\n",
tools/perf/util/python.c
119
"ptid: %u, time: %" PRI_lu64 "}",
tools/perf/util/python.c
183
return PyUnicode_FromFormat("{ type: %sthrottle, time: %" PRI_lu64 ", id: %" PRI_lu64
tools/perf/util/python.c
184
", stream_id: %" PRI_lu64 " }",
tools/perf/util/session.c
1200
printf(": %d %d %s %" PRI_lu64 "\n", event->read.pid, event->read.tid,
tools/perf/util/session.c
1209
printf("... time enabled : %" PRI_lu64 "\n", read_event->time_enabled);
tools/perf/util/session.c
1212
printf("... time running : %" PRI_lu64 "\n", read_event->time_running);
tools/perf/util/session.c
1215
printf("... id : %" PRI_lu64 "\n", read_event->id);
tools/perf/util/session.c
1218
printf("... lost : %" PRI_lu64 "\n", read_event->lost);
tools/perf/util/session.c
2897
fprintf(stdout, " ... id: %"PRI_lu64, e->id);
tools/perf/util/session.c
2898
fprintf(stdout, " idx: %"PRI_lu64, e->idx);
tools/perf/util/session.c
2903
fprintf(stdout, " vcpu: %"PRI_lu64"\n", e2->vcpu);
tools/perf/util/stat.c
687
ret = fprintf(fp, "\n... id %" PRI_lu64 ", cpu %d, thread %d\n",
tools/perf/util/stat.c
689
ret += fprintf(fp, "... value %" PRI_lu64 ", enabled %" PRI_lu64 ", running %" PRI_lu64 "\n",
tools/perf/util/stat.c
700
ret = fprintf(fp, "\n... time %" PRI_lu64 ", type %s\n", rd->time,
tools/perf/util/tsc.c
121
ret = fprintf(fp, "\n... Time Shift %" PRI_lu64 "\n", tc->time_shift);
tools/perf/util/tsc.c
122
ret += fprintf(fp, "... Time Multiplier %" PRI_lu64 "\n", tc->time_mult);
tools/perf/util/tsc.c
123
ret += fprintf(fp, "... Time Zero %" PRI_lu64 "\n", tc->time_zero);
tools/perf/util/tsc.c
131
ret += fprintf(fp, "... Time Cycles %" PRI_lu64 "\n",