summaryrefslogtreecommitdiff
path: root/tools/perf/Makefile.config
AgeCommit message (Expand)AuthorFilesLines
2024-10-23perf build: Change the clang check back to 12.0.1Howard Chu1-2/+2
2024-10-02perf build: Fix build feature-dwarf_getlocations fail for old libdwYang Jihong1-1/+4
2024-10-02perf build: Fix static compilation error when libdw is not installedYang Jihong1-1/+1
2024-09-11tools: Drop nonsensical -O6Sam James1-5/+1
2024-09-11perf build: Require at least clang 16.0.6 to build BPF skeletonsArnaldo Carvalho de Melo1-2/+2
2024-09-10perf build: Autodetect minimum required llvm-dev versionJames Clark1-3/+3
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson1-0/+17
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo1-9/+4
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers1-11/+0
2024-07-26perf: build: Link lib 'zstd' for static buildLeo Yan1-1/+1
2024-07-26perf: build: Only link libebl.a for old libdwLeo Yan1-1/+11
2024-07-26perf: build: Set Python configuration for cross compilationLeo Yan1-0/+8
2024-07-17tools: Make pkg-config dependency checks usable by other toolsGuilherme Amadio1-8/+3
2024-07-17perf build: Warn if libtracefs is not foundGuilherme Amadio1-0/+2
2024-07-11perf build: Conditionally add feature check flags for libtrace{event,fs}Guilherme Amadio1-10/+10
2024-06-26perf python: Switch module to linking libraries from building sourceIan Rogers1-0/+5
2024-06-21perf build: Ensure libtraceevent and libtracefs versions have 3 componentsGuilherme Amadio1-2/+2
2024-06-21perf build: Use pkg-config for feature check for libtrace{event,fs}Guilherme Amadio1-14/+13
2024-04-26perf build: Pretend scandirat is missing with msanIan Rogers1-1/+4
2024-04-03perf build: Add LIBTRACEEVENT_DIR build optionYang Jihong1-4/+16
2024-02-23treewide: remove meaningless assignments in MakefilesMasahiro Yamada1-45/+45
2024-02-20perf: build: introduce the libcapstoneChangbin Du1-0/+21
2024-02-15perf build: Cleanup perf register configurationLeo Yan1-21/+0
2024-02-15perf build: Remove unused CONFIG_PERF_REGSLeo Yan1-4/+0
2024-01-22perf build: Check whether pkg-config is installed when libtraceevent is linkedYang Jihong1-0/+6
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-27perf build: Disable BPF skeletons if clang version is < 12.0.1Arnaldo Carvalho de Melo1-0/+7
2023-09-18perf 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-28perf build: Add Wextra for C++ compilationIan Rogers1-1/+1
2023-07-28perf build: Don't always set -funwind-tables and -ggdb3Ian Rogers1-4/+3
2023-07-24perf 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-23perf build: Add ability to build with a generated vmlinux.hIan Rogers1-0/+4
2023-06-13perf 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-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo1-12/+7
2023-05-06Revert "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-10perf 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