Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: b90cb1053190353cc30f0fef0ef1f378ccc063c5 authored by Linus Torvalds on 28 August 2022, 22:05:29 UTC
Linux 6.0-rc3
Tip revision: b90cb10
perf-version.txt
perf-version(1)
===============

NAME
----
perf-version - display the version of perf binary

SYNOPSIS
--------
'perf version' [--build-options]

DESCRIPTION
-----------
With no options given, the 'perf version' prints the perf version
on the standard output.

If the option '--build-options' is given, then the status of
compiled-in libraries are printed on the standard output.

OPTIONS
-------
--build-options::
        Prints the status of compiled-in libraries on the
        standard output.
back to top