$ wget https://mirrors.edge.kernel.org/pub/linux/kernel/tools/perf/v4.19.0/perf-4.19.0.tar.xz $ wget https://mirrors.edge.kernel.org/pub/linux/kernel/tools/perf/v4.19.0/sha256sums.asc $ sha256sum perf-4.19.0.tar.xz faf91530946f043b6a580c6aa8fe863b213b9ab8cd199cfc6720288b30e8f15c perf-4.19.0.tar.xz $ grep perf-4.19.0.tar.xz sha256sums.asc faf91530946f043b6a580c6aa8fe863b213b9ab8cd199cfc6720288b30e8f15c perf-4.19.0.tar.xz $ tar xf perf-4.19.0.tar.xz $ cd perf-4.19.0/ $ make -C tools/perf install make: Entering directory '/home/acme/perf-4.19.0/tools/perf' BUILD: Doing 'make -j4' parallel build HOSTCC fixdep.o HOSTLD fixdep-in.o LINK fixdep Auto-detecting system features: ... dwarf: [ on ] ... dwarf_getlocations: [ on ] ... glibc: [ on ] ... gtk2: [ on ] ... libaudit: [ on ] ... libbfd: [ on ] ... libelf: [ on ] ... libnuma: [ on ] ... numa_num_possible_cpus: [ on ] ... libperl: [ on ] ... libpython: [ on ] ... libslang: [ on ] ... libcrypto: [ on ] ... libunwind: [ on ] ... libdw-dwarf-unwind: [ on ] ... zlib: [ on ] ... lzma: [ on ] ... get_cpuid: [ on ] ... bpf: [ on ] GEN common-cmds.h PERF_VERSION = 4.19.g84df95 CC fd/array.o CC event-parse.o CC fs/fs.o INSTALL strace/groups INSTALL perl-scripts INSTALL python-scripts INSTALL perf_completion-script INSTALL perf-tip make: Leaving directory '/home/acme/perf-4.19.0/tools/perf' $ $ perf version --build-options perf version 4.19.g84df95 dwarf: [ on ] # HAVE_DWARF_SUPPORT dwarf_getlocations: [ on ] # HAVE_DWARF_GETLOCATIONS_SUPPORT glibc: [ on ] # HAVE_GLIBC_SUPPORT gtk2: [ on ] # HAVE_GTK2_SUPPORT syscall_table: [ on ] # HAVE_SYSCALL_TABLE_SUPPORT libbfd: [ on ] # HAVE_LIBBFD_SUPPORT libelf: [ on ] # HAVE_LIBELF_SUPPORT libnuma: [ on ] # HAVE_LIBNUMA_SUPPORT numa_num_possible_cpus: [ on ] # HAVE_LIBNUMA_SUPPORT libperl: [ on ] # HAVE_LIBPERL_SUPPORT libpython: [ on ] # HAVE_LIBPYTHON_SUPPORT libslang: [ on ] # HAVE_SLANG_SUPPORT libcrypto: [ on ] # HAVE_LIBCRYPTO_SUPPORT libunwind: [ on ] # HAVE_LIBUNWIND_SUPPORT libdw-dwarf-unwind: [ on ] # HAVE_DWARF_SUPPORT zlib: [ on ] # HAVE_ZLIB_SUPPORT lzma: [ on ] # HAVE_LZMA_SUPPORT get_cpuid: [ on ] # HAVE_AUXTRACE_SUPPORT bpf: [ on ] # HAVE_LIBBPF_SUPPORT $