diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-03-12 22:20:49 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-06 08:41:49 -0400 |
commit | 502fc5c72a886ff9d4d7a596e65ecc4dd5e4d458 (patch) | |
tree | d7ea78d9f6360c10ee52202f45567611d2ca61c7 /Documentation/perf_counter/command-list.txt | |
parent | 386b05e3a2f3c5b0a9c5575060421cca0911648a (diff) |
perf_counter tools: Uniform help printouts
Also add perf list to command-list.txt.
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/command-list.txt')
-rw-r--r-- | Documentation/perf_counter/command-list.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Documentation/perf_counter/command-list.txt b/Documentation/perf_counter/command-list.txt index 439029207770..f0b922c90234 100644 --- a/Documentation/perf_counter/command-list.txt +++ b/Documentation/perf_counter/command-list.txt | |||
@@ -1,7 +1,9 @@ | |||
1 | # | ||
1 | # List of known perf commands. | 2 | # List of known perf commands. |
2 | # command name category [deprecated] [common] | 3 | # command name category [deprecated] [common] |
3 | perf-record mainporcelain common | 4 | # |
4 | perf-report mainporcelain common | 5 | perf-record mainporcelain common |
5 | perf-stat mainporcelain common | 6 | perf-report mainporcelain common |
6 | perf-top mainporcelain common | 7 | perf-stat mainporcelain common |
7 | 8 | perf-top mainporcelain common | |
9 | perf-list mainporcelain common | ||