summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile.config
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Convert to check dwarf_getcfi featureNamhyung Kim2023-11-101-0/+5
* perf build: Warn about missing libelf before warning about missing libbpfArnaldo Carvalho de Melo2023-11-031-4/+4
* perf build: Disable BPF skeletons if clang version is < 12.0.1Arnaldo Carvalho de Melo2023-10-271-0/+7
* perf build: Default BUILD_BPF_SKEL, warn/disable for missing depsIan Rogers2023-09-181-29/+49
* perf parse-events: Remove BPF event supportIan Rogers2023-08-151-12/+0
* perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers2023-08-151-31/+0
* perf build: Support llvm and clang support compiled inThomas Richter2023-08-031-1/+1
* perf build: Add Wextra for C++ compilationIan Rogers2023-07-281-1/+1
* perf build: Don't always set -funwind-tables and -ggdb3Ian Rogers2023-07-281-4/+3
* perf build: Add LTO build optionIan Rogers2023-07-241-0/+5
* perf build: Fix library not found error when using CSLIBSJames Clark2023-07-111-2/+2
* perf test: Fix a compile error on pe-file-parsing.cNamhyung Kim2023-06-271-3/+10
* perf build: Add ability to build with a generated vmlinux.hIan Rogers2023-06-231-0/+4
* perf tests: Make x86 new instructions test optional at build timeAdrian Hunter2023-06-131-0/+5
* perf build: Don't compile demangle-cxx.cpp if not necessaryIan Rogers2023-05-261-0/+1
* perf build: Gracefully fail the build if BUILD_BPF_SKEL=1 is specified and cl...Arnaldo Carvalho de Melo2023-05-101-0/+6
* Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-05-071-85/+27
|\
| * Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-061-12/+7
| * Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo2023-05-061-10/+7
| * perf build: Warn for BPF skeletons if endian mismatchesIan Rogers2023-04-101-7/+10
| * perf build: Allow C++ demangle without libelfIan Rogers2023-04-041-1/+0
| * tools build: Add a feature test for scandirat(), that is not implemented so f...Arnaldo Carvalho de Melo2023-04-041-0/+4
| * perf build: Conditionally define NDEBUGIan Rogers2023-04-041-0/+1
| * perf build: Error if no libelf and NO_LIBELF isn't setIan Rogers2023-03-141-9/+1
| * perf build: Remove redundant NO_NEWT build optionIan Rogers2023-03-141-4/+0
| * perf build: If libtraceevent isn't present error the buildIan Rogers2023-03-141-1/+1
| * perf build: Switch libpfm4 to opt-out rather than opt-inIan Rogers2023-03-141-2/+1
| * perf symbol: Add abi::__cxa_demangle C++ demangling supportIan Rogers2023-03-141-15/+14
| * perf build: Make binutil libraries opt inIan Rogers2023-03-141-15/+10
| * perf build: Error if jevents won't work and NO_JEVENTS=1 isn't setIan Rogers2023-03-141-4/+2
| * perf build: Remove unused HAVE_GLIBC_SUPPORTIan Rogers2023-03-141-4/+0
| * perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKELIan Rogers2023-03-141-7/+12
| * perf bpf: Remove pre libbpf 1.0 conditional logicIan Rogers2023-03-141-9/+0
| * perf build: Remove libbpf pre-1.0 feature testsIan Rogers2023-03-141-39/+11
* | tools/perf: Add basic support for LoongArchHuacai Chen2023-05-011-3/+9
|/
* perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers2023-01-191-4/+0
* perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1Arnaldo Carvalho de Melo2023-01-101-0/+2
* perf build: Fix build error when NO_LIBBPF=1Ian Rogers2023-01-101-0/+2
* perf tools: Don't install libtraceevent plugins as its not anymore in the ker...Arnaldo Carvalho de Melo2023-01-101-8/+0
* perf build: Remove explicit reference to python 2.x devel filesArnaldo Carvalho de Melo2022-12-211-1/+1
* perf python: Don't stop building if python setuptools isn't installedArnaldo Carvalho de Melo2022-12-191-2/+7
* perf build: Fix python/perf.so library's nameIan Rogers2022-12-141-1/+3
* perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo2022-12-141-0/+4
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-18/+19
* perf build: Use tools/lib headers from install pathIan Rogers2022-11-161-2/+0
* perf bpf: Rename perf_include_dir to libbpf_include_dirArnaldo Carvalho de Melo2022-11-041-6/+6
* perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibilityIan Rogers2022-11-041-1/+2
* perf build: Update to C standard to gnu11Ian Rogers2022-11-031-1/+1
* perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...Arnaldo Carvalho de Melo2022-10-251-0/+5
* perf test: Add build infra for perf test tools for ARM CoreSight testsCarsten Haitzler2022-10-061-0/+2