Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147686
b: refs/heads/master
c: 8035e42
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jun 6, 2009
1 parent bd031a3 commit 625a685
Show file tree
Hide file tree
Showing 7 changed files with 1,326 additions and 3 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: 6e6b754ffdb6415723686c733f13275397e44422
refs/heads/master: 8035e4288078cb806e7dd6bafe4d3e54d44cab3f
26 changes: 26 additions & 0 deletions trunk/Documentation/perf_counter/Documentation/perf-annotate.txt
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]
3 changes: 2 additions & 1 deletion trunk/Documentation/perf_counter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,13 @@ LIB_OBJS += util/symbol.o
LIB_OBJS += util/color.o
LIB_OBJS += util/pager.o

BUILTIN_OBJS += builtin-annotate.o
BUILTIN_OBJS += builtin-help.o
BUILTIN_OBJS += builtin-list.o
BUILTIN_OBJS += builtin-record.o
BUILTIN_OBJS += builtin-report.o
BUILTIN_OBJS += builtin-stat.o
BUILTIN_OBJS += builtin-top.o
BUILTIN_OBJS += builtin-list.o

PERFLIBS = $(LIB_FILE)
EXTLIBS =
Expand Down
Loading

0 comments on commit 625a685

Please sign in to comment.