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 -v, --verbose
30 Be more verbose (show counter open errors, etc).
31
33 perf(1) [1] Common Trace Format - http://www.efficios.com/ctf
34
35
36
37perf 06/18/2019 PERF-DATA(1)