perf-help.txt 928 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. perf-help(1)
  2. ============
  3. NAME
  4. ----
  5. perf-help - display help information about perf
  6. SYNOPSIS
  7. --------
  8. 'perf help' [-a|--all] [COMMAND]
  9. DESCRIPTION
  10. -----------
  11. With no options and no COMMAND given, the synopsis of the 'perf'
  12. command and a list of the most commonly used perf commands are printed
  13. on the standard output.
  14. If the option '--all' or '-a' is given, then all available commands are
  15. printed on the standard output.
  16. If a perf command is named, a manual page for that command is brought
  17. up. The 'man' program is used by default for this purpose, but this
  18. can be overridden by other options or configuration variables.
  19. Note that `perf --help ...` is identical to `perf help ...` because the
  20. former is internally converted into the latter.
  21. OPTIONS
  22. -------
  23. -a::
  24. --all::
  25. Prints all the available commands on the standard output. This
  26. option supersedes any other option.
  27. PERF
  28. ----
  29. Part of the linkperf:perf[1] suite