perf-data.txt 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. perf-data(1)
  2. ============
  3. NAME
  4. ----
  5. perf-data - Data file related processing
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf data' [<common options>] <command> [<options>]",
  10. DESCRIPTION
  11. -----------
  12. Data file related processing.
  13. COMMANDS
  14. --------
  15. convert::
  16. Converts perf data file into another format.
  17. It's possible to set data-convert debug variable to get debug messages from conversion,
  18. like:
  19. perf --debug data-convert data convert ...
  20. OPTIONS for 'convert'
  21. ---------------------
  22. --to-ctf::
  23. Triggers the CTF conversion, specify the path of CTF data directory.
  24. --to-json::
  25. Triggers JSON conversion. Specify the JSON filename to output.
  26. --tod::
  27. Convert time to wall clock time.
  28. -i::
  29. Specify input perf data file path.
  30. -f::
  31. --force::
  32. Don't complain, do it.
  33. -v::
  34. --verbose::
  35. Be more verbose (show counter open errors, etc).
  36. --all::
  37. Convert all events, including non-sample events (comm, fork, ...), to output.
  38. Default is off, only convert samples.
  39. SEE ALSO
  40. --------
  41. linkperf:perf[1]
  42. [1] Common Trace Format - http://www.efficios.com/ctf