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