Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158290
b: refs/heads/master
c: ec7ba4e
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Aug 31, 2009
1 parent d669191 commit 6fd2c9f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19c959627a3477a8487d08afd47fdc1f4fea60e5
refs/heads/master: ec7ba4ea1d605029fb09601ab4ad3053bc1f519c
4 changes: 4 additions & 0 deletions trunk/tools/perf/Documentation/perf-record.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ OPTIONS
--no-samples::
Don't sample.

-R::
--raw-samples::
Collect raw sample records from all opened counters (typically for tracepoint counters).

SEE ALSO
--------
linkperf:perf-stat[1], linkperf:perf-list[1]
10 changes: 10 additions & 0 deletions trunk/tools/perf/Documentation/perf-report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ OPTIONS
all occurances of this separator in symbol names (and other output)
with a '.' character, that thus it's the only non valid separator.

-g [type,min]::
--call-graph::
Display callchains using type and min percent threshold.
type can be either:
- flat: single column, linear exposure of callchains.
- graph: use a graph tree, displaying absolute overhead rates.
- fractal: like graph, but displays relative rates. Each branch of
the tree is considered as a new profiled object. +
Default: fractal,0.5.

SEE ALSO
--------
linkperf:perf-stat[1]

0 comments on commit 6fd2c9f

Please sign in to comment.