aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/builtin-report.c
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/perf_counter/builtin-report.c')
-rw-r--r--Documentation/perf_counter/builtin-report.c2
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
21static char const *input_name = "output.perf"; 21static char const *input_name = "perf.data";
22static int input; 22static int input;
23static int show_mask = SHOW_KERNEL | SHOW_USER | SHOW_HV; 23static int show_mask = SHOW_KERNEL | SHOW_USER | SHOW_HV;
24 24