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 --tod
27 Convert time to wall clock time.
28
29 -i
30 Specify input perf data file path.
31
32 -f, --force
33 Don’t complain, do it.
34
35 -v, --verbose
36 Be more verbose (show counter open errors, etc).
37
38 --all
39 Convert all events, including non-sample events (comm, fork, ...),
40 to output. Default is off, only convert samples.
41
43 perf(1) [1] Common Trace Format - http://www.efficios.com/ctf
44
45
46
47perf 03/30/2021 PERF-DATA(1)