]> Pileus Git - ~andy/linux/blobdiff - tools/perf/Documentation/perf-report.txt
perf tools: Fix syntax in documentation
[~andy/linux] / tools / perf / Documentation / perf-report.txt
index e72e931107826e069d5bfabc3677dca7a2745af6..9dccb180b7af3c878e41b8807de2533efbe269c4 100644 (file)
@@ -24,9 +24,12 @@ OPTIONS
 --dsos=::
        Only consider symbols in these dsos. CSV that understands
        file://filename entries.
--n
---show-nr-samples
+-n::
+--show-nr-samples::
        Show the number of samples for each symbol
+-T::
+--threads::
+       Show per-thread event counters
 -C::
 --comms=::
        Only consider symbols in these comms. CSV that understands
@@ -48,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]