diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-report.c')
-rw-r--r-- | Documentation/perf_counter/builtin-report.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-report.c b/Documentation/perf_counter/builtin-report.c index 270e986c2d42..9da990fba4a5 100644 --- a/Documentation/perf_counter/builtin-report.c +++ b/Documentation/perf_counter/builtin-report.c | |||
@@ -1,6 +1,14 @@ | |||
1 | #include "util/util.h" | 1 | /* |
2 | * builtin-report.c | ||
3 | * | ||
4 | * Builtin report command: Analyze the perf.data input file, | ||
5 | * look up and read DSOs and symbol information and display | ||
6 | * a histogram of results, along various sorting keys. | ||
7 | */ | ||
2 | #include "builtin.h" | 8 | #include "builtin.h" |
3 | 9 | ||
10 | #include "util/util.h" | ||
11 | |||
4 | #include "util/list.h" | 12 | #include "util/list.h" |
5 | #include "util/cache.h" | 13 | #include "util/cache.h" |
6 | #include "util/rbtree.h" | 14 | #include "util/rbtree.h" |