6 perf - Performance analysis tools for Linux
11 'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS]
16 Setup debug variable (just verbose for now) in value
17 range (0, 10). Use like:
18 --debug verbose # sets verbose = 1
19 --debug verbose=2 # sets verbose = 2
22 Setup buildid cache directory. It has higher priority than
23 buildid.dir config file option.
27 Performance counters for Linux are a new kernel-based subsystem
28 that provide a framework for all things performance analysis. It
29 covers hardware level (CPU/PMU, Performance Monitoring Unit) features
30 and software features (software counters, tracepoints) as well.
34 linkperf:perf-stat[1], linkperf:perf-top[1],
35 linkperf:perf-record[1], linkperf:perf-report[1],