Merge remote-tracking branches 'asoc/fix/axi', 'asoc/fix/cs4265', 'asoc/fix/da732x...
[deliverable/linux.git] / tools / perf / Documentation / perf.txt
1 perf(1)
2 =======
3
4 NAME
5 ----
6 perf - Performance analysis tools for Linux
7
8 SYNOPSIS
9 --------
10 [verse]
11 'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS]
12
13 OPTIONS
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
20
21 DESCRIPTION
22 -----------
23 Performance counters for Linux are a new kernel-based subsystem
24 that provide a framework for all things performance analysis. It
25 covers hardware level (CPU/PMU, Performance Monitoring Unit) features
26 and software features (software counters, tracepoints) as well.
27
28 SEE ALSO
29 --------
30 linkperf:perf-stat[1], linkperf:perf-top[1],
31 linkperf:perf-record[1], linkperf:perf-report[1],
32 linkperf:perf-list[1]
This page took 0.033036 seconds and 6 git commands to generate.