GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / tools / perf / Documentation / perf.txt
blob0eeb247dc7d270dcc3709bbacee67d9d9c0be3c6
1 perf(1)
2 =======
4 NAME
5 ----
6 perf - Performance analysis tools for Linux
8 SYNOPSIS
9 --------
10 [verse]
11 'perf' [--version] [--help] COMMAND [ARGS]
13 DESCRIPTION
14 -----------
15 Performance counters for Linux are a new kernel-based subsystem
16 that provide a framework for all things performance analysis. It
17 covers hardware level (CPU/PMU, Performance Monitoring Unit) features
18 and software features (software counters, tracepoints) as well.
20 SEE ALSO
21 --------
22 linkperf:perf-stat[1], linkperf:perf-top[1],
23 linkperf:perf-record[1], linkperf:perf-report[1],
24 linkperf:perf-list[1]