Searched refs:PRI_lu64 (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/perf/util/
H A Dtsc.c121 ret = fprintf(fp, "\n... Time Shift %" PRI_lu64 "\n", tc->time_shift);
122 ret += fprintf(fp, "... Time Muliplier %" PRI_lu64 "\n", tc->time_mult);
123 ret += fprintf(fp, "... Time Zero %" PRI_lu64 "\n", tc->time_zero);
131 ret += fprintf(fp, "... Time Cycles %" PRI_lu64 "\n",
H A Dstat.c711 ret = fprintf(fp, "\n... id %" PRI_lu64 ", cpu %d, thread %d\n",
713 ret += fprintf(fp, "... value %" PRI_lu64 ", enabled %" PRI_lu64 ", running %" PRI_lu64 "\n",
724 ret = fprintf(fp, "\n... time %" PRI_lu64 ", type %s\n", rd->time,
H A Devent.h27 #define PRI_lu64 "l" PRIu64 macro
31 #define PRI_lu64 PRIu64 macro
H A Devent.c168 pr_warning("unknown stat config term %" PRI_lu64 "\n",
215 return fprintf(fp, " cgroup: %" PRI_lu64 " %s\n",
345 " %02x:%02x %"PRI_lu64" %"PRI_lu64"]: %c%c%c%c %s\n",
469 return fprintf(fp, " lost %" PRI_lu64 "\n", event->lost.lost);
H A Dpython.c302 "ptid: %u, time: %" PRI_lu64 "}",
365 return _PyUnicode_FromFormat("{ type: %sthrottle, time: %" PRI_lu64 ", id: %" PRI_lu64
366 ", stream_id: %" PRI_lu64 " }",
H A Dsession.c1421 printf(": %d %d %s %" PRI_lu64 "\n", event->read.pid, event->read.tid,
1430 printf("... time enabled : %" PRI_lu64 "\n", read_event->time_enabled);
1433 printf("... time running : %" PRI_lu64 "\n", read_event->time_running);
1436 printf("... id : %" PRI_lu64 "\n", read_event->id);
1439 printf("... lost : %" PRI_lu64 "\n", read_event->lost);
2877 fprintf(stdout, " ... id: %"PRI_lu64, e->id);
2878 fprintf(stdout, " idx: %"PRI_lu64, e->idx);
2883 fprintf(stdout, " vcpu: %"PRI_lu64"\n", e2->vcpu);
H A Dmachine.c665 dump_printf(": id:%" PRI_lu64 ": lost:%" PRI_lu64 "\n",
673 dump_printf(": id:%" PRIu64 ": lost samples :%" PRI_lu64 "\n",
H A Dheader.c4378 ret = fprintf(fp, "\n... id: %" PRI_lu64 "\n", ev->id);
/linux-master/tools/perf/
H A Dbuiltin-report.c249 pr_err("failed: wrong feature ID: %" PRI_lu64 "\n",
H A Dbuiltin-sched.c2689 printf("lost %" PRI_lu64 " events on cpu %d\n", event->lost.lost, sample->cpu);

Completed in 200 milliseconds