Path: blob/master/tools/perf/Documentation/perf-help.txt
26282 views
perf-help(1)1============23NAME4----5perf-help - display help information about perf67SYNOPSIS8--------9'perf help' [-a|--all] [COMMAND]1011DESCRIPTION12-----------1314With no options and no COMMAND given, the synopsis of the 'perf'15command and a list of the most commonly used perf commands are printed16on the standard output.1718If the option '--all' or '-a' is given, then all available commands are19printed on the standard output.2021If a perf command is named, a manual page for that command is brought22up. The 'man' program is used by default for this purpose, but this23can be overridden by other options or configuration variables.2425Note that `perf --help ...` is identical to `perf help ...` because the26former is internally converted into the latter.2728OPTIONS29-------30-a::31--all::32Prints all the available commands on the standard output. This33option supersedes any other option.3435PERF36----37Part of the linkperf:perf[1] suite383940