Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147683
b: refs/heads/master
c: 386b05e
h: refs/heads/master
i:
  147681: db1c755
  147679: 7d036f7
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jun 6, 2009
1 parent a38703e commit 986f285
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 65 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8faf3b547593bf6ea10df631e73204975273c4e0
refs/heads/master: 386b05e3a2f3c5b0a9c5575060421cca0911648a
25 changes: 25 additions & 0 deletions trunk/Documentation/perf_counter/Documentation/perf-list.txt
Original file line number Diff line number Diff line change
@@ -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]
26 changes: 5 additions & 21 deletions trunk/Documentation/perf_counter/Documentation/perf-record.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -55,4 +39,4 @@ OPTIONS

SEE ALSO
--------
linkperf:perf-stat[1]
linkperf:perf-stat[1], linkperf:perf-list[1]
26 changes: 5 additions & 21 deletions trunk/Documentation/perf_counter/Documentation/perf-stat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down Expand Up @@ -79,4 +63,4 @@ $ perf stat -- make -j

SEE ALSO
--------
linkperf:perf-tops[1]
linkperf:perf-top[1], linkperf:perf-list[1]
26 changes: 5 additions & 21 deletions trunk/Documentation/perf_counter/Documentation/perf-top.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -52,4 +36,4 @@ OPTIONS

SEE ALSO
--------
linkperf:perf-stat[1]
linkperf:perf-stat[1], linkperf:perf-list[1]
3 changes: 2 additions & 1 deletion trunk/Documentation/perf_counter/Documentation/perf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 986f285

Please sign in to comment.