diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-06-30 19:01:21 -0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-07-01 00:07:10 +0200 |
commit | cc8b88b15ab8e5ae162a46c4b6b286b555190dd1 (patch) | |
tree | 39e60424a356ef9225820773408b2c1117ecbf93 /tools/perf/Documentation | |
parent | 25903407da21552419e0955705d6d8c8e601cb2e (diff) | |
download | linux-stable-cc8b88b15ab8e5ae162a46c4b6b286b555190dd1.tar.gz linux-stable-cc8b88b15ab8e5ae162a46c4b6b286b555190dd1.tar.bz2 linux-stable-cc8b88b15ab8e5ae162a46c4b6b286b555190dd1.zip |
perf report: Add --comms parameter
So that we can filter by comm. Symbols in other comms won't be
accounted for.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1246399282-20934-3-git-send-email-acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Documentation')
-rw-r--r-- | tools/perf/Documentation/perf-report.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index 13d85ca8c914..4c44ef1747b9 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt @@ -24,6 +24,10 @@ OPTIONS --dsos=:: Only consider symbols in these dsos. CSV that understands file://filename entries. +-C:: +--comms=:: + Only consider symbols in these comms. CSV that understands + file://filename entries. SEE ALSO -------- |