perf-trace.txt 665 B

12345678910111213141516171819202122232425262728293031323334
  1. perf-trace(1)
  2. ==============
  3. NAME
  4. ----
  5. perf-trace - Read perf.data (created by perf record) and display trace output
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf trace' [-i <file> | --input=file] symbol_name
  10. DESCRIPTION
  11. -----------
  12. This command reads the input file and displays the trace recorded.
  13. OPTIONS
  14. -------
  15. -D::
  16. --dump-raw-trace=::
  17. Display verbose dump of the trace data.
  18. -s::
  19. --script=::
  20. Process trace data with the given script ([lang]:script[.ext]).
  21. -g::
  22. --gen-script=::
  23. Generate perf-trace.[ext] starter script for given language,
  24. using current perf.data.
  25. SEE ALSO
  26. --------
  27. linkperf:perf-record[1], linkperf:perf-trace-perl[1]