mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
perf lock: 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-7-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>
This commit is contained in:
parent
5c0ef0ab07
commit
4aace25151
1 changed files with 15 additions and 0 deletions
|
@ -24,6 +24,21 @@ and statistics with this 'perf lock' command.
|
|||
|
||||
'perf lock report' reports statistical data.
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
|
||||
-i::
|
||||
--input=<file>::
|
||||
Input file name.
|
||||
|
||||
-v::
|
||||
--verbose::
|
||||
Be more verbose (show symbol address, etc).
|
||||
|
||||
-D::
|
||||
--dump-raw-trace::
|
||||
Dump raw trace in ASCII.
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
linkperf:perf[1]
|
||||
|
|
Loading…
Reference in a new issue