diff options
Diffstat (limited to 'tools/perf/builtin-sched.c')
-rw-r--r-- | tools/perf/builtin-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c index 0d6b4c3b1a51..025151dcb651 100644 --- a/tools/perf/builtin-sched.c +++ b/tools/perf/builtin-sched.c | |||
@@ -2643,7 +2643,7 @@ static int process_lost(struct perf_tool *tool __maybe_unused, | |||
2643 | 2643 | ||
2644 | timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); | 2644 | timestamp__scnprintf_usec(sample->time, tstr, sizeof(tstr)); |
2645 | printf("%15s ", tstr); | 2645 | printf("%15s ", tstr); |
2646 | printf("lost %" PRIu64 " events on cpu %d\n", event->lost.lost, sample->cpu); | 2646 | printf("lost %" PRI_lu64 " events on cpu %d\n", event->lost.lost, sample->cpu); |
2647 | 2647 | ||
2648 | return 0; | 2648 | return 0; |
2649 | } | 2649 | } |