perf.txt 565 B

12345678910111213141516171819202122232425
  1. perf(1)
  2. =======
  3. NAME
  4. ----
  5. perf - Performance analysis tools for Linux
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf' [--version] [--help] COMMAND [ARGS]
  10. DESCRIPTION
  11. -----------
  12. Performance counters for Linux are a new kernel-based subsystem
  13. that provide a framework for all things performance analysis. It
  14. covers hardware level (CPU/PMU, Performance Monitoring Unit) features
  15. and software features (software counters, tracepoints) as well.
  16. SEE ALSO
  17. --------
  18. linkperf:perf-stat[1], linkperf:perf-top[1],
  19. linkperf:perf-record[1], linkperf:perf-report[1],
  20. linkperf:perf-list[1]