drm/sun4i: backend: remove redundant dev_err call in sun4i_backend_bind()
[linux-2.6/btrfs-unstable.git] / tools / perf / Documentation / perf.txt
blob864e37597252b3b0449cc1ae0eb5147f79b6e81b
1 perf(1)
2 =======
4 NAME
5 ----
6 perf - Performance analysis tools for Linux
8 SYNOPSIS
9 --------
10 [verse]
11 'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS]
13 OPTIONS
14 -------
15 --debug::
16         Setup debug variable (see list below) in value
17         range (0, 10). Use like:
18           --debug verbose   # sets verbose = 1
19           --debug verbose=2 # sets verbose = 2
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
26 --buildid-dir::
27         Setup buildid cache directory. It has higher priority than
28         buildid.dir config file option.
30 -v::
31 --version::
32   Display perf version.
34 -h::
35 --help::
36   Run perf help command.
38 DESCRIPTION
39 -----------
40 Performance counters for Linux are a new kernel-based subsystem
41 that provide a framework for all things performance analysis. It
42 covers hardware level (CPU/PMU, Performance Monitoring Unit) features
43 and software features (software counters, tracepoints) as well.
45 SEE ALSO
46 --------
47 linkperf:perf-stat[1], linkperf:perf-top[1],
48 linkperf:perf-record[1], linkperf:perf-report[1],
49 linkperf:perf-list[1]