12345678910111213141516171819202122232425262728293031323334 |
- 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]
|