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       -h, --help
13           Run perf help command.
14
15       -v, --version
16           Display perf version.
17
18       -vv
19           Print the compiled-in status of libraries.
20
21       --exec-path
22           Display or set exec path.
23
24       --html-path
25           Display html documentation path.
26
27       -p, --paginate
28           Set up pager.
29
30       --no-pager
31           Do not set pager.
32
33       --buildid-dir
34           Setup buildid cache directory. It has higher priority than
35           buildid.dir config file option.
36
37       --list-cmds
38           List the most commonly used perf commands.
39
40       --list-opts
41           List available perf options.
42
43       --debugfs-dir
44           Set debugfs directory or set environment variable PERF_DEBUGFS_DIR.
45
46       --debug
47           Setup debug variable (see list below) in value range (0, 10). Use
48           like: --debug verbose # sets verbose = 1 --debug verbose=2 # sets
49           verbose = 2
50
51               List of debug variables allowed to set:
52                 verbose          - general debug messages
53                 ordered-events   - ordered events object debug messages
54                 data-convert     - data convert command debug messages
55                 stderr           - write debug output (option -v) to stderr
56                                    in browser mode
57                 perf-event-open  - Print perf_event_open() arguments and
58                                    return value
59

DESCRIPTION

61       Performance counters for Linux are a new kernel-based subsystem that
62       provide a framework for all things performance analysis. It covers
63       hardware level (CPU/PMU, Performance Monitoring Unit) features and
64       software features (software counters, tracepoints) as well.
65

SEE ALSO

67       perf-stat(1), perf-top(1), perf-record(1), perf-report(1), perf-list(1)
68
69
70
71perf                              03/30/2021                           PERF(1)
Impressum