perf-data (1)
Leading comments
Title: perf-data Author: [FIXME: author] [see http://docbook.sf.net/el/author] Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> Date: 09/12/2017 Manual: perf Manual Source: perf Language: English
NAME
perf-data - Data file related processingSYNOPSIS
perf data [<common options>] <command> [<options>]",
DESCRIPTION
Data file related processing.
COMMANDS
convert
- Converts perf data file into another format (only CTF [1] format is support by now). Itcqs possible to set data-convert debug variable to get debug messages from conversion, like: perf --debug data-convert data convert ...
OPTIONS FOR FICONVERTFR
--to-ctf
- Triggers the CTF conversion, specify the path of CTF data directory.
-i
- Specify input perf data file path.
-v, --verbose
- Be more verbose (show counter open errors, etc).
--all
- Convert all events, including non-sample events (comm, fork, ...), to output. Default is off, only convert samples.
SEE ALSO
perf(1) [1] Common Trace Format - m[blue]www.efficios.com/ctfm[]