perf-lock.txt 923 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. COMMON OPTIONS
  21. --------------
  22. -i::
  23. --input=<file>::
  24. Input file name.
  25. -v::
  26. --verbose::
  27. Be more verbose (show symbol address, etc).
  28. -D::
  29. --dump-raw-trace::
  30. Dump raw trace in ASCII.
  31. REPORT OPTIONS
  32. --------------
  33. -k::
  34. --key=<value>::
  35. Sorting key. Possible values: acquired (default), contended,
  36. wait_total, wait_max, wait_min.
  37. SEE ALSO
  38. --------
  39. linkperf:perf[1]