perf-trace.txt 665 字节
Newer Older
I
Ingo Molnar 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
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.

23 24 25 26 27 28 29 30 31
-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.

I
Ingo Molnar 已提交
32 33
SEE ALSO
--------
34
linkperf:perf-record[1], linkperf:perf-trace-perl[1]