diff options
author | Namhyung Kim <[email protected]> | 2012-03-19 11:53:48 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-03-19 12:13:56 -0300 |
commit | fde0eeaba7fe18dfd2ee6142fb562123e510ef84 (patch) | |
tree | d04935030c08172968951e8a18c1558078da9b19 /tools/perf | |
parent | f7e5410920fabadf294177f590b54ab0cadc4775 (diff) |
perf report: Document --symbol-filter option
Add missing description of --symbol-filter in Documentation/perf-report.txt.
Reported-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: Namhyung Kim <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/Documentation/perf-report.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index 87feeee8b90c..68bbf9cec4b7 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt @@ -48,6 +48,9 @@ OPTIONS Only consider these symbols. CSV that understands file://filename entries. +--symbol-filter=:: + Only show symbols that match (partially) with this filter. + -U:: --hide-unresolved:: Only display entries resolved to a symbol. |