diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-02 17:37:05 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-02 17:37:05 -0400 |
commit | bf9e187637ca3d85cee7407e3af93995868cc87c (patch) | |
tree | c2ea1b5fad7f75082efb93abb7fa447940b7cb69 /Documentation/perf_counter/perf.c | |
parent | 0a520c63e1625b92ef775da40192e1542910e7f6 (diff) |
perf_counter tools: Make source code headers more coherent
The perf commands had different ways of describing themselves,
introduce a coherent command-file-header format taken from the
Git project.
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/perf.c')
-rw-r--r-- | Documentation/perf_counter/perf.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/perf_counter/perf.c b/Documentation/perf_counter/perf.c index e8a85842b493..ec7edb7fbe29 100644 --- a/Documentation/perf_counter/perf.c +++ b/Documentation/perf_counter/perf.c | |||
@@ -1,4 +1,13 @@ | |||
1 | /* | ||
2 | * perf.c | ||
3 | * | ||
4 | * Performance analysis utility. | ||
5 | * | ||
6 | * This is the main hub from which the sub-commands (perf stat, | ||
7 | * perf top, perf record, perf report, etc.) are started. | ||
8 | */ | ||
1 | #include "builtin.h" | 9 | #include "builtin.h" |
10 | |||
2 | #include "util/exec_cmd.h" | 11 | #include "util/exec_cmd.h" |
3 | #include "util/cache.h" | 12 | #include "util/cache.h" |
4 | #include "util/quote.h" | 13 | #include "util/quote.h" |