xref: /linux/tools/perf/Documentation/perf-version.txt (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1perf-version(1)
2===============
3
4NAME
5----
6perf-version - display the version of perf binary
7
8SYNOPSIS
9--------
10'perf version' [--build-options]
11
12DESCRIPTION
13-----------
14With no options given, the 'perf version' prints the perf version
15on the standard output.
16
17If the option '--build-options' is given, then the status of
18compiled-in libraries are printed on the standard output.
19
20OPTIONS
21-------
22--build-options::
23        Prints the status of compiled-in libraries on the
24        standard output.
25