perf-lock.txt 554 B

1234567891011121314151617181920212223242526272829
  1. perf-lock(1)
  2. ============
  3. NAME
  4. ----
  5. perf-lock - Analyze lock events
  6. SYNOPSIS
  7. --------
  8. [verse]
  9. 'perf lock' {record|report|trace}
  10. DESCRIPTION
  11. -----------
  12. You can analyze various lock behaviours
  13. and statistics with this 'perf lock' command.
  14. 'perf lock record <command>' records lock events
  15. between start and end <command>. And this command
  16. produces the file "perf.data" which contains tracing
  17. results of lock events.
  18. 'perf lock trace' shows raw lock events.
  19. 'perf lock report' reports statistical data.
  20. SEE ALSO
  21. --------
  22. linkperf:perf[1]