1PERF-DATA(1) perf Manual PERF-DATA(1)
2
3
4
6 perf-data - Data file related processing
7
9 perf data [<common options>] <command> [<options>]",
10
12 Data file related processing.
13
15 convert
16 Converts perf data file into another format (only CTF [1] format is
17 support by now). It’s possible to set data-convert debug variable
18 to get debug messages from conversion, like: perf --debug
19 data-convert data convert ...
20
22 --to-ctf
23 Triggers the CTF conversion, specify the path of CTF data
24 directory.
25
26 -i
27 Specify input perf data file path.
28
29 -f, --force
30 Don’t complain, do it.
31
32 -v, --verbose
33 Be more verbose (show counter open errors, etc).
34
35 --all
36 Convert all events, including non-sample events (comm, fork, ...),
37 to output. Default is off, only convert samples.
38
40 perf(1) [1] Common Trace Format - http://www.efficios.com/ctf
41
42
43
44perf 06/03/2019 PERF-DATA(1)