Skip to content

Commit

Permalink
perf diff: Document missing options
Browse files Browse the repository at this point in the history
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1291168642-11402-5-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>
  • Loading branch information
Shawn Bohrer authored and Arnaldo Carvalho de Melo committed Dec 1, 2010
1 parent 3429555 commit 5ea4f85
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion tools/perf/Documentation/perf-diff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@ If no parameters are passed it will assume perf.data.old and perf.data.

OPTIONS
-------
-M::
--displacement::
Show position displacement relative to baseline.

-D::
--dump-raw-trace::
Dump raw trace in ASCII.

-m::
--modules::
Load module symbols. WARNING: use only with -k and LIVE kernel

-d::
--dsos=::
Only consider symbols in these dsos. CSV that understands
Expand All @@ -42,14 +54,19 @@ OPTIONS
--field-separator=::

Use a special separator character and don't pad with spaces, replacing
all occurances of this separator in symbol names (and other output)
all occurrences of this separator in symbol names (and other output)
with a '.' character, that thus it's the only non valid separator.

-v::
--verbose::
Be verbose, for instance, show the raw counts in addition to the
diff.

-f::
--force::
Don't complain, do it.


SEE ALSO
--------
linkperf:perf-record[1]

0 comments on commit 5ea4f85

Please sign in to comment.