blob: 3f37ded13f8ce404d28b3f6261c62de144e62cd0 [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::
Jiri Olsaedbe9812015-02-20 23:17:00 +010016 Setup debug variable (see list below) in value
Jiri Olsabbb2cea2014-07-17 12:55:00 +020017 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
Jiri Olsaedbe9812015-02-20 23:17:00 +010021 List of debug variables allowed to set:
22 verbose - general debug messages
23 ordered-events - ordered events object debug messages
24 data-convert - data convert command debug messages
Thomas Richter6cf626562019-05-13 10:02:20 +020025 stderr - write debug output (option -v) to stderr
26 in browser mode
Ravi Bangoriaccd26742019-11-08 15:11:28 +053027 perf-event-open - Print perf_event_open() arguments and
28 return value
Jiri Olsaedbe9812015-02-20 23:17:00 +010029
Jiri Olsa99ce8e92014-12-01 20:06:24 +010030--buildid-dir::
31 Setup buildid cache directory. It has higher priority than
32 buildid.dir config file option.
33
Jiri Olsaa1853e22015-10-05 20:06:09 +020034-v::
35--version::
36 Display perf version.
37
38-h::
39--help::
40 Run perf help command.
41
Ingo Molnarc1c23652009-05-30 12:38:51 +020042DESCRIPTION
43-----------
Kirill Smelkov0895cf02010-01-13 13:22:18 -020044Performance counters for Linux are a new kernel-based subsystem
Ingo Molnarc1c23652009-05-30 12:38:51 +020045that provide a framework for all things performance analysis. It
46covers hardware level (CPU/PMU, Performance Monitoring Unit) features
47and software features (software counters, tracepoints) as well.
48
49SEE ALSO
50--------
51linkperf:perf-stat[1], linkperf:perf-top[1],
Thomas Gleixner386b05e2009-06-06 14:56:33 +020052linkperf:perf-record[1], linkperf:perf-report[1],
53linkperf:perf-list[1]