0001 perf-data(1)
0002 ============
0003
0004 NAME
0005 ----
0006 perf-data - Data file related processing
0007
0008 SYNOPSIS
0009 --------
0010 [verse]
0011 'perf data' [<common options>] <command> [<options>]",
0012
0013 DESCRIPTION
0014 -----------
0015 Data file related processing.
0016
0017 COMMANDS
0018 --------
0019 convert::
0020 Converts perf data file into another format.
0021 It's possible to set data-convert debug variable to get debug messages from conversion,
0022 like:
0023 perf --debug data-convert data convert ...
0024
0025 OPTIONS for 'convert'
0026 ---------------------
0027 --to-ctf::
0028 Triggers the CTF conversion, specify the path of CTF data directory.
0029
0030 --to-json::
0031 Triggers JSON conversion. Specify the JSON filename to output.
0032
0033 --tod::
0034 Convert time to wall clock time.
0035
0036 -i::
0037 Specify input perf data file path.
0038
0039 -f::
0040 --force::
0041 Don't complain, do it.
0042
0043 -v::
0044 --verbose::
0045 Be more verbose (show counter open errors, etc).
0046
0047 --all::
0048 Convert all events, including non-sample events (comm, fork, ...), to output.
0049 Default is off, only convert samples.
0050
0051 SEE ALSO
0052 --------
0053 linkperf:perf[1]
0054 [1] Common Trace Format - http://www.efficios.com/ctf