^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) perf-data(1)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) ============
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) NAME
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) ----
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) perf-data - Data file related processing
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) SYNOPSIS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) --------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) [verse]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 'perf data' [<common options>] <command> [<options>]",
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) DESCRIPTION
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) -----------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Data file related processing.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) COMMANDS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) --------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) convert::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) Converts perf data file into another format (only CTF [1] format is support by now).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) It's possible to set data-convert debug variable to get debug messages from conversion,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) like:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) perf --debug data-convert data convert ...
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) OPTIONS for 'convert'
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) ---------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) --to-ctf::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) Triggers the CTF conversion, specify the path of CTF data directory.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) --tod::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) Convert time to wall clock time.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) -i::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) Specify input perf data file path.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) -f::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) --force::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) Don't complain, do it.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) -v::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) --verbose::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) Be more verbose (show counter open errors, etc).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) --all::
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) Convert all events, including non-sample events (comm, fork, ...), to output.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) Default is off, only convert samples.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) SEE ALSO
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) --------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) linkperf:perf[1]
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) [1] Common Trace Format - http://www.efficios.com/ctf