From 986f28513360fe434f792ee6700c38b8cdf279a0 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Sat, 6 Jun 2009 14:56:33 +0200 Subject: [PATCH] --- yaml --- r: 147683 b: refs/heads/master c: 386b05e3a2f3c5b0a9c5575060421cca0911648a h: refs/heads/master i: 147681: db1c755ca205c232c25709fbd13f8f0cc7c72c67 147679: 7d036f72b5f1196102bfb988d051b508c25b7320 v: v3 --- [refs] | 2 +- .../perf_counter/Documentation/perf-list.txt | 25 ++++++++++++++++++ .../Documentation/perf-record.txt | 26 ++++--------------- .../perf_counter/Documentation/perf-stat.txt | 26 ++++--------------- .../perf_counter/Documentation/perf-top.txt | 26 ++++--------------- .../perf_counter/Documentation/perf.txt | 3 ++- 6 files changed, 43 insertions(+), 65 deletions(-) create mode 100644 trunk/Documentation/perf_counter/Documentation/perf-list.txt diff --git a/[refs] b/[refs] index f3d1d58c9427..383d3375c890 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8faf3b547593bf6ea10df631e73204975273c4e0 +refs/heads/master: 386b05e3a2f3c5b0a9c5575060421cca0911648a diff --git a/trunk/Documentation/perf_counter/Documentation/perf-list.txt b/trunk/Documentation/perf_counter/Documentation/perf-list.txt new file mode 100644 index 000000000000..aa55a71184fc --- /dev/null +++ b/trunk/Documentation/perf_counter/Documentation/perf-list.txt @@ -0,0 +1,25 @@ +perf-list(1) +============== + +NAME +---- +perf-list - List all symbolic event types + +SYNOPSIS +-------- +[verse] +'perf list + +DESCRIPTION +----------- +This command displays the symbolic event types which can be selected in the +various perf commands with the -e option. + +OPTIONS +------- +None + +SEE ALSO +-------- +linkperf:perf-stat[1], linkperf:perf-top[1], +linkperf:perf-record[1] diff --git a/trunk/Documentation/perf_counter/Documentation/perf-record.txt b/trunk/Documentation/perf_counter/Documentation/perf-record.txt index 4d3416fc7644..1dbc1eeb4c01 100644 --- a/trunk/Documentation/perf_counter/Documentation/perf-record.txt +++ b/trunk/Documentation/perf_counter/Documentation/perf-record.txt @@ -26,26 +26,10 @@ OPTIONS -e:: --event=:: - 0:0: cpu-cycles - 0:0: cycles - 0:1: instructions - 0:2: cache-references - 0:3: cache-misses - 0:4: branch-instructions - 0:4: branches - 0:5: branch-misses - 0:6: bus-cycles - 1:0: cpu-clock - 1:1: task-clock - 1:2: page-faults - 1:2: faults - 1:5: minor-faults - 1:6: major-faults - 1:3: context-switches - 1:3: cs - 1:4: cpu-migrations - 1:4: migrations - rNNN: raw PMU events (eventsel+umask) + Select the PMU event. Selection can be a symbolic event name + (use 'perf list' to list all events) or a raw PMU + event (eventsel+umask) in the form of rNNN where NNN is a + hexadecimal event descriptor. -a:: system-wide collection @@ -55,4 +39,4 @@ OPTIONS SEE ALSO -------- -linkperf:perf-stat[1] +linkperf:perf-stat[1], linkperf:perf-list[1] diff --git a/trunk/Documentation/perf_counter/Documentation/perf-stat.txt b/trunk/Documentation/perf_counter/Documentation/perf-stat.txt index a340e7be83dd..5d95784cce4d 100644 --- a/trunk/Documentation/perf_counter/Documentation/perf-stat.txt +++ b/trunk/Documentation/perf_counter/Documentation/perf-stat.txt @@ -25,26 +25,10 @@ OPTIONS -e:: --event=:: - 0:0: cpu-cycles - 0:0: cycles - 0:1: instructions - 0:2: cache-references - 0:3: cache-misses - 0:4: branch-instructions - 0:4: branches - 0:5: branch-misses - 0:6: bus-cycles - 1:0: cpu-clock - 1:1: task-clock - 1:2: page-faults - 1:2: faults - 1:5: minor-faults - 1:6: major-faults - 1:3: context-switches - 1:3: cs - 1:4: cpu-migrations - 1:4: migrations - rNNN: raw PMU events (eventsel+umask) + Select the PMU event. Selection can be a symbolic event name + (use 'perf list' to list all events) or a raw PMU + event (eventsel+umask) in the form of rNNN where NNN is a + hexadecimal event descriptor. -i:: --inherit:: @@ -79,4 +63,4 @@ $ perf stat -- make -j SEE ALSO -------- -linkperf:perf-tops[1] +linkperf:perf-top[1], linkperf:perf-list[1] diff --git a/trunk/Documentation/perf_counter/Documentation/perf-top.txt b/trunk/Documentation/perf_counter/Documentation/perf-top.txt index 15251e40e4f8..c8eb7cfffcd5 100644 --- a/trunk/Documentation/perf_counter/Documentation/perf-top.txt +++ b/trunk/Documentation/perf_counter/Documentation/perf-top.txt @@ -23,26 +23,10 @@ OPTIONS -e:: --event=:: - 0:0: cpu-cycles - 0:0: cycles - 0:1: instructions - 0:2: cache-references - 0:3: cache-misses - 0:4: branch-instructions - 0:4: branches - 0:5: branch-misses - 0:6: bus-cycles - 1:0: cpu-clock - 1:1: task-clock - 1:2: page-faults - 1:2: faults - 1:5: minor-faults - 1:6: major-faults - 1:3: context-switches - 1:3: cs - 1:4: cpu-migrations - 1:4: migrations - rNNN: raw PMU events (eventsel+umask) + Select the PMU event. Selection can be a symbolic event name + (use 'perf list' to list all events) or a raw PMU + event (eventsel+umask) in the form of rNNN where NNN is a + hexadecimal event descriptor. -a:: system-wide collection @@ -52,4 +36,4 @@ OPTIONS SEE ALSO -------- -linkperf:perf-stat[1] +linkperf:perf-stat[1], linkperf:perf-list[1] diff --git a/trunk/Documentation/perf_counter/Documentation/perf.txt b/trunk/Documentation/perf_counter/Documentation/perf.txt index e3d8b3832c6f..69c832557199 100644 --- a/trunk/Documentation/perf_counter/Documentation/perf.txt +++ b/trunk/Documentation/perf_counter/Documentation/perf.txt @@ -20,4 +20,5 @@ and software features (software counters, tracepoints) as well. SEE ALSO -------- linkperf:perf-stat[1], linkperf:perf-top[1], -linkperf:perf-record[1], linkperf:perf-report[1] +linkperf:perf-record[1], linkperf:perf-report[1], +linkperf:perf-list[1]