perf-report.txt 721 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. perf-report(1)
  2. ==============
  3. NAME
  4. ----
  5. perf-report - Read perf.data (created by perf record) and display the profile
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf report' [-i <file> | --input=file]
  10. DESCRIPTION
  11. -----------
  12. This command displays the performance counter profile information recorded
  13. via perf record.
  14. OPTIONS
  15. -------
  16. -i::
  17. --input=::
  18. Input file name. (default: perf.data)
  19. -d::
  20. --dsos=::
  21. Only consider symbols in these dsos. CSV that understands
  22. file://filename entries.
  23. -C::
  24. --comms=::
  25. Only consider symbols in these comms. CSV that understands
  26. file://filename entries.
  27. -S::
  28. --symbols=::
  29. Only consider these symbols. CSV that understands
  30. file://filename entries.
  31. SEE ALSO
  32. --------
  33. linkperf:perf-stat[1]