blob: d240bb2e5b22348d23d1d7a2f569e074c7b0995e [file] [log] [blame]
Ingo Molnarc1c23652009-05-30 12:38:51 +02001perf(1)
2=======
3
4NAME
5----
6perf - Performance analysis tools for Linux
7
8SYNOPSIS
9--------
10[verse]
Jiri Olsabbb2cea2014-07-17 12:55:00 +020011'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS]
12
13OPTIONS
14-------
15--debug::
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
Ingo Molnarc1c23652009-05-30 12:38:51 +020020
21DESCRIPTION
22-----------
Kirill Smelkov0895cf02010-01-13 13:22:18 -020023Performance counters for Linux are a new kernel-based subsystem
Ingo Molnarc1c23652009-05-30 12:38:51 +020024that provide a framework for all things performance analysis. It
25covers hardware level (CPU/PMU, Performance Monitoring Unit) features
26and software features (software counters, tracepoints) as well.
27
28SEE ALSO
29--------
30linkperf:perf-stat[1], linkperf:perf-top[1],
Thomas Gleixner386b05e2009-06-06 14:56:33 +020031linkperf:perf-record[1], linkperf:perf-report[1],
32linkperf:perf-list[1]