1PERF(1)                           perf Manual                          PERF(1)
2
3
4

NAME

6       perf - Performance analysis tools for Linux
7

SYNOPSIS

9       perf [--version] [--help] [OPTIONS] COMMAND [ARGS]
10

OPTIONS

12       --debug
13           Setup debug variable (see list below) in value range (0, 10). Use
14           like: --debug verbose # sets verbose = 1 --debug verbose=2 # sets
15           verbose = 2
16
17               List of debug variables allowed to set:
18                 verbose          - general debug messages
19                 ordered-events   - ordered events object debug messages
20                 data-convert     - data convert command debug messages
21                 stderr           - write debug output (option -v) to stderr
22                                    in browser mode
23
24       --buildid-dir
25           Setup buildid cache directory. It has higher priority than
26           buildid.dir config file option.
27
28       -v, --version
29           Display perf version.
30
31       -h, --help
32           Run perf help command.
33

DESCRIPTION

35       Performance counters for Linux are a new kernel-based subsystem that
36       provide a framework for all things performance analysis. It covers
37       hardware level (CPU/PMU, Performance Monitoring Unit) features and
38       software features (software counters, tracepoints) as well.
39

SEE ALSO

41       perf-stat(1), perf-top(1), perf-record(1), perf-report(1), perf-list(1)
42
43
44
45perf                              11/12/2019                           PERF(1)
Impressum