forked from Minki/linux
89fbf0b8a0
Adds perf-trace-perl Documentation and a link to it from the perf-trace page. Signed-off-by: Tom Zanussi <tzanussi@gmail.com> Cc: fweisbec@gmail.com Cc: rostedt@goodmis.org Cc: anton@samba.org Cc: hch@infradead.org LKML-Reference: <1259133352-23685-7-git-send-email-tzanussi@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
35 lines
665 B
Plaintext
35 lines
665 B
Plaintext
perf-trace(1)
|
|
==============
|
|
|
|
NAME
|
|
----
|
|
perf-trace - Read perf.data (created by perf record) and display trace output
|
|
|
|
SYNOPSIS
|
|
--------
|
|
[verse]
|
|
'perf trace' [-i <file> | --input=file] symbol_name
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
This command reads the input file and displays the trace recorded.
|
|
|
|
OPTIONS
|
|
-------
|
|
-D::
|
|
--dump-raw-trace=::
|
|
Display verbose dump of the trace data.
|
|
|
|
-s::
|
|
--script=::
|
|
Process trace data with the given script ([lang]:script[.ext]).
|
|
|
|
-g::
|
|
--gen-script=::
|
|
Generate perf-trace.[ext] starter script for given language,
|
|
using current perf.data.
|
|
|
|
SEE ALSO
|
|
--------
|
|
linkperf:perf-record[1], linkperf:perf-trace-perl[1]
|