Path: blob/master/tools/perf/Documentation/perf-data.txt
26282 views
perf-data(1)1============23NAME4----5perf-data - Data file related processing67SYNOPSIS8--------9[verse]10'perf data' [<common options>] <command> [<options>]",1112DESCRIPTION13-----------14Data file related processing.1516COMMANDS17--------18convert::19Converts perf data file into another format.20It's possible to set data-convert debug variable to get debug messages from conversion,21like:22perf --debug data-convert data convert ...2324OPTIONS for 'convert'25---------------------26--to-ctf::27Triggers the CTF conversion, specify the path of CTF data directory.2829--to-json::30Triggers JSON conversion. Specify the JSON filename to output.3132--tod::33Convert time to wall clock time.3435-i::36Specify input perf data file path.3738-f::39--force::40Don't complain, do it.4142-v::43--verbose::44Be more verbose (show counter open errors, etc).4546--all::47Convert all events, including non-sample events (comm, fork, ...), to output.48Default is off, only convert samples.4950SEE ALSO51--------52linkperf:perf[1]53[1] Common Trace Format - http://www.efficios.com/ctf545556