aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build/Makefile.feature
AgeCommit message (Expand)AuthorFilesLines
2026-06-04perf data ctf: replace libbabeltrace with babeltrace2-ctf-writerMichael Jeanson1-2/+3
2026-05-15tools build: Deduplicate test-libunwind for different architecturesIan Rogers1-1/+11
2026-03-04tools/build: Add feature test for libcheckCosta Shulyupin1-0/+3
2026-02-09tools build: Fix rust feature detectionArnaldo Carvalho de Melo1-2/+1
2026-02-08tools build: Add a feature test for rust compilerDmitrii Dolgov1-2/+4
2026-01-06perf build: Feature test for libbfd thread safety APIJames Clark1-0/+1
2026-01-06perf build: Remove unused libbfd-buildid feature testJames Clark1-1/+0
2025-12-17tools/build: Add a feature test for libopensslNamhyung Kim1-2/+4
2025-12-07Merge tag 'perf-tools-for-v6.19-2025-12-06' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-2/+0
2025-11-21tool build: Remove annoying newline in build outputAlexandre Chartre1-1/+3
2025-11-13tool build: Remove __get_cpuid feature testIan Rogers1-2/+0
2025-10-03tools build: Remove libbpf-strings feature testIan Rogers1-1/+0
2025-10-03tools build: Remove get_current_dir_name feature checkIan Rogers1-1/+0
2025-10-02tools build: Don't assume libtracefs-devel is always availableArnaldo Carvalho de Melo1-1/+0
2025-09-19tools build: Make libperl opt-in rather than opt-out, deprecateIan Rogers1-2/+1
2025-06-26tools: Remove libcrypto dependencyYuzhuo Jing1-2/+0
2025-06-20perf build: detect support for libbpf's emit_strings optionBlake Jones1-0/+1
2025-06-09tools/build: Remove some unused libbpf pre-1.0 feature test logicIan Rogers1-6/+0
2025-04-10tools build: Don't show libbfd build status as it is opt-inArnaldo Carvalho de Melo1-2/+0
2025-04-10tools build: Don't show libunwind build status as it is opt-inArnaldo Carvalho de Melo1-1/+0
2025-04-10tools build: Don't set libunwind as available if test-all.c build succeedsArnaldo Carvalho de Melo1-1/+0
2025-03-04tools/build: Add bpftool-skeletons feature testTomas Glozar1-1/+2
2024-12-18tools build: Add feature test for libelf with ZSTDLeo Yan1-0/+1
2024-12-13tools build feature: Don't set feature-libslang-include-subdir=1 if test-all....Arnaldo Carvalho de Melo1-1/+0
2024-12-12tools build feature: Don't set feature-libcap=1 if libcap-devel isn't availableArnaldo Carvalho de Melo1-2/+0
2024-12-12tools build feature: Add some comments to explain the FEATURE_TESTS logicArnaldo Carvalho de Melo1-0/+35
2024-12-11tools build: Remove the libunwind feature tests from the ones detected when t...Arnaldo Carvalho de Melo1-7/+0
2024-11-26Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-8/+3
2024-10-18perf build: Combine test-dwarf-getcfi into test-libdwIan Rogers1-1/+0
2024-10-18perf build: Combine test-dwarf-getlocations into test-libdwIan Rogers1-2/+0
2024-10-18perf build: Combine libdw-dwarf-unwind into libdw feature testsIan Rogers1-2/+0
2024-10-18perf build: Rename test-dwarf to test-libdwIan Rogers1-3/+3
2024-10-17tools/build: Add libcpupower dependency detectionTomas Glozar1-0/+1
2024-09-10perf build: Remove unused feature test targetJames Clark1-1/+0
2024-09-10perf build: Autodetect minimum required llvm-dev versionJames Clark1-1/+1
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson1-0/+1
2024-07-17tools: Make pkg-config dependency checks usable by other toolsGuilherme Amadio1-0/+18
2024-02-20perf: build: introduce the libcapstoneChangbin Du1-0/+2
2023-11-10perf build: Add feature check for dwarf_getcfi()Namhyung Kim1-0/+1
2023-04-04tools build: Add a feature test for scandirat(), that is not implemented so f...Arnaldo Carvalho de Melo1-0/+1
2023-03-14tools build: Add feature test for abi::__cxa_demangleIan Rogers1-0/+1
2022-10-25perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...Arnaldo Carvalho de Melo1-0/+1
2022-10-04tools build: Display logical OR of a feature flavorsRoberto Sassu1-2/+25
2022-10-04tools build: Increment room for feature name in feature detection outputRoberto Sassu1-3/+3
2022-10-04tools build: Fix feature detection output due to eval expansionRoberto Sassu1-11/+8
2022-08-01tools build: Don't display disassembler-four-args feature testAndres Freund1-2/+1
2022-08-01tools build: Add feature test for init_disassemble_info API changesAndres Freund1-0/+1
2022-05-26perf build: Stop using __weak bpf_map_create() to handle older libbpf versionsArnaldo Carvalho de Melo1-0/+1
2022-05-26perf build: Stop using __weak bpf_object__next_map() to handle older libbpf v...Jiri Olsa1-0/+1
2022-05-26perf build: Stop using __weak bpf_object__next_program() to handle older libb...Jiri Olsa1-0/+1
2022-05-26perf build: Stop using __weak bpf_prog_load() to handle older libbpf versionsJiri Olsa1-0/+1
2022-05-20perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo1-0/+1
2021-12-06tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo1-1/+0
2021-09-28perf tools: Enable libtracefs dynamic linkingIan Rogers1-0/+1
2021-08-09tools: Remove feature-sync-compare-and-swap feature detectionLeo Yan1-1/+0
2021-04-29tools build: Allow deferring printing the results of feature detectionArnaldo Carvalho de Melo1-10/+17
2021-04-29perf tools: Enable libtraceevent dynamic linkingMichael Petlan1-0/+1
2021-01-15perf build: Support build BPF skeletons with perfSong Liu1-1/+3
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-3/+4
2020-09-04perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo1-3/+2
2020-09-04tools features: Add feature test to check if libbfd has buildid supportArnaldo Carvalho de Melo1-0/+2
2020-08-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko1-1/+0
2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler1-1/+2
2020-08-13tools build feature: Quote CC and CXX for their argumentsDaniel Díaz1-1/+1
2020-07-31tools build feature: Use CC and CXX from parentThomas Hebb1-1/+1
2020-05-29perf build: Remove libaudit from the default feature checksArnaldo Carvalho de Melo1-2/+0
2020-05-05tools feature: Add support for detecting libpfm4Stephane Eranian1-1/+2
2020-04-03perf tools: Add file-handle feature testNamhyung Kim1-1/+2
2019-11-26perf tools: Allow to link with libbpf dynamicalyJiri Olsa1-1/+2
2019-08-12tools build: Add capability-related feature detectionIgor Lubashev1-0/+2
2019-06-18tools build: Add test to check if slang.h is in /usr/include/slang/Arnaldo Carvalho de Melo1-1/+1
2019-06-17tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-01tools build: Implement libzstd feature check, LIBZSTD_DIR and NO_LIBZSTD definesAlexey Budankov1-0/+2
2019-03-20perf build: Check what binutils's 'disassembler()' signature to useSong Liu1-2/+4
2019-02-14perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASICArnaldo Carvalho de Melo1-4/+4
2019-02-14perf coresight: Do not test for libopencsd by defaultArnaldo Carvalho de Melo1-1/+1
2018-12-21perf build: Don't unconditionally link the libbfd feature test to -liberty an...Stanislav Fomichev1-2/+2
2018-12-17tools build feature: Check if libaio is availableAlexey Budankov1-2/+4
2018-11-21tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo1-0/+1
2018-11-19tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo1-0/+1
2018-07-14tools: include reallocarray feature test in FEATURE_TESTS_BASICJakub Kicinski1-0/+1
2018-03-08perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRAJiri Olsa1-1/+5
2018-01-25perf tools: Integrating the CoreSight decoding libraryMathieu Poirier1-1/+2
2017-12-05tools build feature: Check if pthread_barrier_t is availableArnaldo Carvalho de Melo1-0/+1
2017-07-18tools build: Add test for setns()Arnaldo Carvalho de Melo1-1/+2
2017-03-03tools build: Add test for sched_getcpu()Arnaldo Carvalho de Melo1-0/+1
2016-12-05tools build: Move tabs to spaces where suitableJiri Olsa1-69/+69
2016-10-05tools build: Add feature detection for g++Wang Nan1-1/+1
2016-07-13perf build: Add sdt feature detectionMasami Hiramatsu1-1/+2
2016-07-12perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo1-0/+1
2016-07-04perf build: Add feature detection for libelf's elf_getshdrstrndx()Arnaldo Carvalho de Melo1-0/+1
2016-05-11perf build: Add build-test for debug-frame on arm/arm64He Kuang1-1/+3
2016-05-11perf build: Add build-test for libunwind cross-platforms supportHe Kuang1-0/+4
2016-04-06perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo1-0/+2
2016-02-05perf build: Add libcrypto feature detectionStephane Eranian1-0/+2
2016-01-28perf build: Fix feature-dump checks, we need to test all featuresJiri Olsa1-0/+8
2016-01-26tools build: Allow subprojects select all feature checkersWang Nan1-1/+20
2016-01-06tools build feature: Use value assignment form for FEATURE-DUMP fileJiri Olsa1-5/+21
2016-01-06tools build feature: Introduce feature_assign macroJiri Olsa1-1/+7
2016-01-06tools build feature: Move dwarf post unwind choice output into perfJiri Olsa1-9/+0
2016-01-06tools build feature: Fix feature_check_display_code typoJiri Olsa1-1/+1
2015-12-16tools build: Fix feature Makefile issues with 'O='Josh Poimboeuf1-1/+1
2015-12-14perf build: Remove unnecessary line in Makefile.featureJosh Poimboeuf1-1/+0
2015-10-28perf tools: Make perf depend on libbpfWang Nan1-2/+4
2015-09-22tools build: Allow setting the feature detection userArnaldo Carvalho de Melo1-3/+4
2015-09-22tools build: Fixup feature detection display function nameArnaldo Carvalho de Melo1-1/+1
2015-09-17tools build: Add test for presence of __get_cpuid() gcc builtinArnaldo Carvalho de Melo1-2/+4
2015-09-17tools build: Add test for presence of numa_num_possible_cpus() in libnumaArnaldo Carvalho de Melo1-0/+2
2015-05-18tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak bindingWang Nan1-2/+2
2015-03-21tools build: Add feature check for lzma libraryJiri Olsa1-2/+4
2015-03-21perf build: Move feature checks code under tools/buildJiri Olsa1-0/+169