diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2009-06-06 08:56:33 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-06 09:23:49 -0400 |
commit | 386b05e3a2f3c5b0a9c5575060421cca0911648a (patch) | |
tree | b45cbf51442943e24ddca84f19d53a83ba49cf4a /Documentation/perf_counter/Documentation/perf-top.txt | |
parent | 8faf3b547593bf6ea10df631e73204975273c4e0 (diff) |
perf_counter tools: Add help for perf list
Also update other areas of the help texts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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/Documentation/perf-top.txt')
-rw-r--r-- | Documentation/perf_counter/Documentation/perf-top.txt | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/Documentation/perf_counter/Documentation/perf-top.txt b/Documentation/perf_counter/Documentation/perf-top.txt index 15251e40e4f8..c8eb7cfffcd5 100644 --- a/Documentation/perf_counter/Documentation/perf-top.txt +++ b/Documentation/perf_counter/Documentation/perf-top.txt | |||
@@ -23,26 +23,10 @@ OPTIONS | |||
23 | 23 | ||
24 | -e:: | 24 | -e:: |
25 | --event=:: | 25 | --event=:: |
26 | 0:0: cpu-cycles | 26 | Select the PMU event. Selection can be a symbolic event name |
27 | 0:0: cycles | 27 | (use 'perf list' to list all events) or a raw PMU |
28 | 0:1: instructions | 28 | event (eventsel+umask) in the form of rNNN where NNN is a |
29 | 0:2: cache-references | 29 | hexadecimal event descriptor. |
30 | 0:3: cache-misses | ||
31 | 0:4: branch-instructions | ||
32 | 0:4: branches | ||
33 | 0:5: branch-misses | ||
34 | 0:6: bus-cycles | ||
35 | 1:0: cpu-clock | ||
36 | 1:1: task-clock | ||
37 | 1:2: page-faults | ||
38 | 1:2: faults | ||
39 | 1:5: minor-faults | ||
40 | 1:6: major-faults | ||
41 | 1:3: context-switches | ||
42 | 1:3: cs | ||
43 | 1:4: cpu-migrations | ||
44 | 1:4: migrations | ||
45 | rNNN: raw PMU events (eventsel+umask) | ||
46 | 30 | ||
47 | -a:: | 31 | -a:: |
48 | system-wide collection | 32 | system-wide collection |
@@ -52,4 +36,4 @@ OPTIONS | |||
52 | 36 | ||
53 | SEE ALSO | 37 | SEE ALSO |
54 | -------- | 38 | -------- |
55 | linkperf:perf-stat[1] | 39 | linkperf:perf-stat[1], linkperf:perf-list[1] |