diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-report.c')
-rw-r--r-- | Documentation/perf_counter/builtin-report.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/perf_counter/builtin-report.c b/Documentation/perf_counter/builtin-report.c index 15fe9dae792b..be392e0f77c6 100644 --- a/Documentation/perf_counter/builtin-report.c +++ b/Documentation/perf_counter/builtin-report.c | |||
@@ -722,6 +722,8 @@ static size_t output__fprintf(FILE *fp, uint64_t total_samples) | |||
722 | size_t ret = 0; | 722 | size_t ret = 0; |
723 | 723 | ||
724 | fprintf(fp, "#\n"); | 724 | fprintf(fp, "#\n"); |
725 | fprintf(fp, "# (%Ld profiler events)\n", (__u64)total_samples); | ||
726 | fprintf(fp, "#\n"); | ||
725 | 727 | ||
726 | fprintf(fp, "# Overhead"); | 728 | fprintf(fp, "# Overhead"); |
727 | list_for_each_entry(se, &hist_entry__sort_list, list) | 729 | list_for_each_entry(se, &hist_entry__sort_list, list) |