-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 147368 b: refs/heads/master c: e33e0a4 h: refs/heads/master v: v3
- Loading branch information
Ingo Molnar
committed
Apr 20, 2009
1 parent
a4cf699
commit df76663
Showing
7 changed files
with
74 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1d8c8b209e9351a7de1307d7b9b6df4222b8d742 | ||
refs/heads/master: e33e0a43736307512422e41aee6e24d5a8c39181 |
63 changes: 63 additions & 0 deletions
63
trunk/Documentation/perf_counter/Documentation/perf-record.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
perf-record(1) | ||
========== | ||
|
||
NAME | ||
---- | ||
perf-record - Run a command and record its profile into output.perf | ||
|
||
SYNOPSIS | ||
-------- | ||
[verse] | ||
'perf record' [-e <EVENT> | --event=EVENT] [-l] [-a] <command> | ||
|
||
DESCRIPTION | ||
----------- | ||
This command runs a command and gathers a performance counter profile | ||
from it, into output.perf - without displaying anything. | ||
|
||
This file can then be inspected later on, using 'perf report'. | ||
|
||
|
||
OPTIONS | ||
------- | ||
<command>...:: | ||
Any command you can specify in a shell. | ||
|
||
-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) | ||
|
||
-a:: | ||
system-wide collection | ||
|
||
-l:: | ||
scale counter values | ||
|
||
Configuration | ||
------------- | ||
|
||
EXAMPLES | ||
-------- | ||
|
||
SEE ALSO | ||
-------- | ||
linkperf:git-stat[1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# List of known perf commands. | ||
# command name category [deprecated] [common] | ||
perf-top mainporcelain common | ||
perf-record mainporcelain common | ||
perf-stat mainporcelain common | ||
perf-top mainporcelain common | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters