diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-report.c')
-rw-r--r-- | Documentation/perf_counter/builtin-report.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/perf_counter/builtin-report.c b/Documentation/perf_counter/builtin-report.c index e2712cd06310..9aef7c54483e 100644 --- a/Documentation/perf_counter/builtin-report.c +++ b/Documentation/perf_counter/builtin-report.c | |||
@@ -7,6 +7,7 @@ | |||
7 | #include <ctype.h> | 7 | #include <ctype.h> |
8 | 8 | ||
9 | #include "util/list.h" | 9 | #include "util/list.h" |
10 | #include "util/cache.h" | ||
10 | #include "util/rbtree.h" | 11 | #include "util/rbtree.h" |
11 | 12 | ||
12 | #include "perf.h" | 13 | #include "perf.h" |
@@ -992,5 +993,7 @@ int cmd_report(int argc, const char **argv, const char *prefix) | |||
992 | 993 | ||
993 | parse_options(argc, argv, options, report_usage, 0); | 994 | parse_options(argc, argv, options, report_usage, 0); |
994 | 995 | ||
996 | setup_pager(); | ||
997 | |||
995 | return __cmd_report(); | 998 | return __cmd_report(); |
996 | } | 999 | } |