blob: 07065efa60e09b9a8ca3559583b7cdfd63ac2c0a [file] [log] [blame]
Ingo Molnar0a02ad92009-09-11 12:12:54 +02001perf-trace(1)
2==============
3
4NAME
5----
6perf-trace - Read perf.data (created by perf record) and display trace output
7
8SYNOPSIS
9--------
10[verse]
11'perf trace' [-i <file> | --input=file] symbol_name
12
13DESCRIPTION
14-----------
15This command reads the input file and displays the trace recorded.
16
17OPTIONS
18-------
19-D::
20--dump-raw-trace=::
21 Display verbose dump of the trace data.
22
Tom Zanussi89fbf0b2009-11-25 01:15:51 -060023-s::
24--script=::
25 Process trace data with the given script ([lang]:script[.ext]).
26
27-g::
28--gen-script=::
29 Generate perf-trace.[ext] starter script for given language,
30 using current perf.data.
31
Ingo Molnar0a02ad92009-09-11 12:12:54 +020032SEE ALSO
33--------
Tom Zanussi89fbf0b2009-11-25 01:15:51 -060034linkperf:perf-record[1], linkperf:perf-trace-perl[1]