1PERF-DATA(1)                      perf Manual                     PERF-DATA(1)
2
3
4

NAME

6       perf-data - Data file related processing
7

SYNOPSIS

9       perf data [<common options>] <command> [<options>]",
10

DESCRIPTION

12       Data file related processing.
13

COMMANDS

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

OPTIONS FOR CONVERT

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
32       --all
33           Convert all events, including non-sample events (comm, fork, ...),
34           to output. Default is off, only convert samples.
35

SEE ALSO

37       perf(1) [1] Common Trace Format - http://www.efficios.com/ctf
38
39
40
41perf                              06/18/2019                      PERF-DATA(1)
Impressum