diff options
author | Shawn Bohrer <shawn.bohrer@gmail.com> | 2010-11-30 19:57:10 -0600 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-12-01 18:22:45 -0200 |
commit | b6a535dbf615e168e796eec7318c77d1a3b7047f (patch) | |
tree | 4605f800c906e610bf593b75492fff301f4dbbd6 /tools | |
parent | 1968ad911d0769e58a484bb721d275814baf9f2f (diff) | |
download | linux-3.10-b6a535dbf615e168e796eec7318c77d1a3b7047f.tar.gz linux-3.10-b6a535dbf615e168e796eec7318c77d1a3b7047f.tar.bz2 linux-3.10-b6a535dbf615e168e796eec7318c77d1a3b7047f.zip |
perf buildid-list: Document missing options
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1291168642-11402-3-git-send-email-shawn.bohrer@gmail.com>
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/Documentation/perf-buildid-list.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-buildid-list.txt b/tools/perf/Documentation/perf-buildid-list.txt index 01b642c0bf8..5eaac6f26d5 100644 --- a/tools/perf/Documentation/perf-buildid-list.txt +++ b/tools/perf/Documentation/perf-buildid-list.txt @@ -18,6 +18,9 @@ perf report. OPTIONS ------- +-H:: +--with-hits:: + Show only DSOs with hits. -i:: --input=:: Input file name. (default: perf.data) |