summaryrefslogtreecommitdiffstats
path: root/tools/build/feature/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l...Linus Torvalds5 days1-18/+6
|\
| * perf build: Combine test-dwarf-getcfi into test-libdwIan Rogers2024-10-181-4/+0
| * perf build: Combine test-dwarf-getlocations into test-libdwIan Rogers2024-10-181-4/+0
| * perf build: Combine libdw-dwarf-unwind into libdw feature testsIan Rogers2024-10-181-4/+0
| * perf build: Rename test-dwarf to test-libdwIan Rogers2024-10-181-8/+8
* | Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9 days1-0/+4
|\ \ | |/ |/|
| * tools/build: Add libcpupower dependency detectionTomas Glozar2024-10-171-0/+4
* | perf build: Fix build feature-dwarf_getlocations fail for old libdwYang Jihong2024-10-021-0/+3
* | perf build: Fix static compilation error when libdw is not installedYang Jihong2024-10-021-1/+1
|/
* perf build: Remove unused feature test targetJames Clark2024-09-101-6/+0
* perf build: Autodetect minimum required llvm-dev versionJames Clark2024-09-101-0/+9
* Revert "tools build: Remove leftover libcap tests that prevents fast path fea...Arnaldo Carvalho de Melo2024-08-291-1/+5
* tools build: Remove leftover libcap tests that prevents fast path feature det...Arnaldo Carvalho de Melo2024-08-291-5/+1
* Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub...Linus Torvalds2024-07-311-10/+43
|\
| * perf: build: Link lib 'zstd' for static buildLeo Yan2024-07-261-1/+1
| * perf: build: Link lib 'lzma' for static buildLeo Yan2024-07-261-8/+8
| * perf: build: Only link libebl.a for old libdwLeo Yan2024-07-261-1/+11
| * perf: build: Setup PKG_CONFIG_LIBDIR for cross compilationLeo Yan2024-07-261-1/+24
* | tools: build: use correct lib name for libtracefs feature detectionDaniel Wagner2024-06-211-1/+1
|/
* perf: build: introduce the libcapstoneChangbin Du2024-02-211-0/+4
* perf build: Add feature check for dwarf_getcfi()Namhyung Kim2023-11-101-0/+4
* Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-101-6/+4
|\
| * perf build: Update feature check for clang and llvmThomas Richter2023-08-031-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-07-211-1/+1
|\|
| * perf build: Fix broken feature check for libtracefs due to external lib changesThomas Richter2023-07-111-1/+1
* | bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-291-1/+1
|/
* tools build: Add a feature test for scandirat(), that is not implemented so f...Arnaldo Carvalho de Melo2023-04-041-0/+4
* tools build: Add feature test for abi::__cxa_demangleIan Rogers2023-03-141-0/+4
* perf build: Remove libbpf pre-1.0 feature testsIan Rogers2023-03-141-7/+0
* perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...Arnaldo Carvalho de Melo2022-10-251-0/+4
* tools, build: Retry detection of bfd-related featuresRoberto Sassu2022-08-101-5/+9
* tools build: Add feature test for init_disassemble_info API changesAndres Freund2022-08-011-0/+4
* perf build: Stop using __weak bpf_map_create() to handle older libbpf versionsArnaldo Carvalho de Melo2022-05-261-0/+4
* perf build: Stop using __weak btf__raw_data() to handle older libbpf versionsJiri Olsa2022-05-261-0/+4
* perf build: Stop using __weak bpf_object__next_map() to handle older libbpf v...Jiri Olsa2022-05-261-0/+4
* perf build: Stop using __weak bpf_object__next_program() to handle older libb...Jiri Olsa2022-05-261-0/+4
* perf build: Stop using __weak bpf_prog_load() to handle older libbpf versionsJiri Olsa2022-05-261-0/+4
* perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2022-05-201-0/+4
* tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2022-04-091-0/+7
* tools build: Use $(shell ) instead of `` to get embedded libperl's ccoptsArnaldo Carvalho de Melo2022-04-091-1/+1
* tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-071-4/+0
* tools: Bump minimum LLVM C++ std to GNU++14Ian Rogers2021-11-041-3/+3
* tools build: Drop needless slang include path in test-allJohn Keeping2021-10-261-1/+1
* perf tools: Enable libtracefs dynamic linkingIan Rogers2021-09-281-0/+4
* tools: Remove feature-sync-compare-and-swap feature detectionLeo Yan2021-08-091-4/+0
* perf tools: Enable libtraceevent dynamic linkingMichael Petlan2021-04-291-0/+4
* tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek2021-01-291-2/+2
* tools build: Add missing libcap to test-all.bin targetJiri Olsa2020-12-171-1/+1
* Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds2020-10-171-1/+5
|\
| * tools feature: Add missing -lzstd to the fast path feature detectionArnaldo Carvalho de Melo2020-09-091-1/+1