Merge tag 'drm-vc4-fixes-2016-09-14' of https://github.com/anholt/linux into drm...
[linux-2.6-block.git] / tools / perf / Documentation / perf.txt
CommitLineData
c1c2365a
IM
1perf(1)
2=======
3
4NAME
5----
6perf - Performance analysis tools for Linux
7
8SYNOPSIS
9--------
10[verse]
bbb2cea7
JO
11'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS]
12
13OPTIONS
14-------
15--debug::
edbe9817 16 Setup debug variable (see list below) in value
bbb2cea7
JO
17 range (0, 10). Use like:
18 --debug verbose # sets verbose = 1
19 --debug verbose=2 # sets verbose = 2
c1c2365a 20
edbe9817
JO
21 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
25
99ce8e9f
JO
26--buildid-dir::
27 Setup buildid cache directory. It has higher priority than
28 buildid.dir config file option.
29
a1853e2c
JO
30-v::
31--version::
32 Display perf version.
33
34-h::
35--help::
36 Run perf help command.
37
c1c2365a
IM
38DESCRIPTION
39-----------
0895cf0a 40Performance counters for Linux are a new kernel-based subsystem
c1c2365a
IM
41that provide a framework for all things performance analysis. It
42covers hardware level (CPU/PMU, Performance Monitoring Unit) features
43and software features (software counters, tracepoints) as well.
44
45SEE ALSO
46--------
47linkperf:perf-stat[1], linkperf:perf-top[1],
386b05e3
TG
48linkperf:perf-record[1], linkperf:perf-report[1],
49linkperf:perf-list[1]