diff options
author | Shawn Bohrer <shawn.bohrer@gmail.com> | 2010-11-30 19:57:22 -0600 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-12-01 18:22:48 -0200 |
commit | 646420f1bcf6ddf3e150f92a5f2a8bd7d6057ff8 (patch) | |
tree | 0fed5da98e4fa14b3b19a2169d801c10bfe1049e /tools | |
parent | 2e7a988198b11877d844d147ec81c7caea82c314 (diff) | |
download | linux-3.10-646420f1bcf6ddf3e150f92a5f2a8bd7d6057ff8.tar.gz linux-3.10-646420f1bcf6ddf3e150f92a5f2a8bd7d6057ff8.tar.bz2 linux-3.10-646420f1bcf6ddf3e150f92a5f2a8bd7d6057ff8.zip |
perf trace: 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-15-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-trace.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt index 26aff6bf9e5..1c61ea99b74 100644 --- a/tools/perf/Documentation/perf-trace.txt +++ b/tools/perf/Documentation/perf-trace.txt @@ -104,6 +104,13 @@ OPTIONS normally don't - this option allows the latter to be run in system-wide mode. +-i:: +--input=:: + Input file name. + +-d:: +--debug-mode:: + Do various checks like samples ordering and lost events. SEE ALSO -------- |