diff options
Diffstat (limited to 'Documentation/perf_counter/builtin-report.c')
-rw-r--r-- | Documentation/perf_counter/builtin-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/builtin-report.c b/Documentation/perf_counter/builtin-report.c index 7f1255dcd222..e2712cd06310 100644 --- a/Documentation/perf_counter/builtin-report.c +++ b/Documentation/perf_counter/builtin-report.c | |||
@@ -18,7 +18,7 @@ | |||
18 | #define SHOW_USER 2 | 18 | #define SHOW_USER 2 |
19 | #define SHOW_HV 4 | 19 | #define SHOW_HV 4 |
20 | 20 | ||
21 | static char const *input_name = "output.perf"; | 21 | static char const *input_name = "perf.data"; |
22 | static int input; | 22 | static int input; |
23 | static int show_mask = SHOW_KERNEL | SHOW_USER | SHOW_HV; | 23 | static int show_mask = SHOW_KERNEL | SHOW_USER | SHOW_HV; |
24 | 24 | ||