Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147687
b: refs/heads/master
c: 0b73da3
h: refs/heads/master
i:
  147685: bd031a3
  147683: 986f285
  147679: 7d036f7
v: v3
  • Loading branch information
Ingo Molnar committed Jun 6, 2009
1 parent 625a685 commit 1aa5ea5
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 140 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: 8035e4288078cb806e7dd6bafe4d3e54d44cab3f
refs/heads/master: 0b73da3f40128eab6ca2a07508f424029a1edaeb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ perf-annotate(1)

NAME
----
perf-annotate - Read perf.data (created by perf record) and annotate functions
perf-annotate - Read perf.data (created by perf record) and display annotated code

SYNOPSIS
--------
Expand All @@ -12,8 +12,11 @@ SYNOPSIS

DESCRIPTION
-----------
This command displays the performance counter profile information recorded
via perf record.
This command reads the input file and displays an annotated version of the
code. If the object file has debug symbols then the source code will be
displayed alongside assembly code.

If there is no debug info in the object, then annotated assembly is displayed.

OPTIONS
-------
Expand Down
Loading

0 comments on commit 1aa5ea5

Please sign in to comment.