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. It’s possible to set
17 data-convert debug variable to get debug messages from conversion,
18 like: perf --debug data-convert data convert ...
19
21 --to-ctf
22 Triggers the CTF conversion, specify the path of CTF data
23 directory.
24
25 --to-json
26 Triggers JSON conversion. Specify the JSON filename to output.
27
28 --tod
29 Convert time to wall clock time.
30
31 -i
32 Specify input perf data file path.
33
34 -f, --force
35 Don’t complain, do it.
36
37 -v, --verbose
38 Be more verbose (show counter open errors, etc).
39
40 --all
41 Convert all events, including non-sample events (comm, fork, ...),
42 to output. Default is off, only convert samples.
43
45 perf(1) [1] Common Trace Format - http://www.efficios.com/ctf
46
47
48
49perf 06/14/2022 PERF-DATA(1)