perf-report.txt 626 B

12345678910111213141516171819202122232425262728293031323334
  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. SEE ALSO
  28. --------
  29. linkperf:perf-stat[1]