mirror of https://gitee.com/openkylin/linux.git
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
|
@ -24,6 +24,21 @@ and statistics with this 'perf lock' command.
|
||||||
|
|
||||||
'perf lock report' reports statistical data.
|
'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
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
linkperf:perf[1]
|
linkperf:perf[1]
|
||||||
|
|
Loading…
Reference in New Issue