xref: /linux/tools/perf/Documentation/perf-version.txt (revision 253f68f413a87a4e2bd93e61b00410e5e1b7b774)
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