aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/builtin-report.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-05-27 03:33:18 -0400
committerIngo Molnar <mingo@elte.hu>2009-05-27 03:33:18 -0400
commit23ac9cbed82b00ca3520bb81dbe9ea3b7a936a1b (patch)
treeb9f95362f92d025ed105a6f9136d88bcae888a44 /Documentation/perf_counter/builtin-report.c
parent16f762a2ac5ecf8a11f6f0332e46cc3459220da5 (diff)
perf_counter tools: Rename output.perf to perf.data
output.perf is only output to perf-record - it's input to perf-report. So change it to a more direction-neutral name. Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: Marcelo Tosatti <mtosatti@redhat.com> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: John Kacur <jkacur@redhat.com> LKML-Reference: <new-submission> Signed-off-by: Ingo Molnar <mingo@elte.hu>
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