| perf-data - Data file related processing |
| 'perf data' [<common options>] <command> [<options>]", |
| Data file related processing. |
| Converts perf data file into another format (only CTF [1] format is support by now). |
| It's possible to set data-convert debug variable to get debug messages from conversion, |
| perf --debug data-convert data convert ... |
| Triggers the CTF conversion, specify the path of CTF data directory. |
| Specify input perf data file path. |
| Be more verbose (show counter open errors, etc). |
| Convert all events, including non-sample events (comm, fork, ...), to output. |
| Default is off, only convert samples. |
| [1] Common Trace Format - http://www.efficios.com/ctf |