-
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.
perf_counter tools: Prepare for 'perf annotate'
Prepare for the 'perf annotate' implementation by splitting off builtin-annotate.c from builtin-report.c. ( We keep this commit separate to ease the later librarization of the facilities that perf-report and perf-annotate shares. ) 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>
- Loading branch information
Ingo Molnar
committed
Jun 6, 2009
1 parent
6e6b754
commit 8035e42
Showing
6 changed files
with
1,325 additions
and
2 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
Documentation/perf_counter/Documentation/perf-annotate.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,26 @@ | ||
perf-annotate(1) | ||
============== | ||
|
||
NAME | ||
---- | ||
perf-annotate - Read perf.data (created by perf record) and annotate functions | ||
|
||
SYNOPSIS | ||
-------- | ||
[verse] | ||
'perf annotate' [-i <file> | --input=file] symbol_name | ||
|
||
DESCRIPTION | ||
----------- | ||
This command displays the performance counter profile information recorded | ||
via perf record. | ||
|
||
OPTIONS | ||
------- | ||
-i:: | ||
--input=:: | ||
Input file name. (default: perf.data) | ||
|
||
SEE ALSO | ||
-------- | ||
linkperf:perf-record[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
Oops, something went wrong.