perf-trace.txt 422 B

12345678910111213141516171819202122232425
  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. SEE ALSO
  19. --------
  20. linkperf:perf-record[1]