summaryrefslogtreecommitdiffstats
path: root/tools/build/feature
Commit message (Expand)AuthorAgeFilesLines
* perf: build: introduce the libcapstoneChangbin Du2024-02-203-0/+19
* perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is presentJames Clark2023-11-271-2/+2
* perf build: Add feature check for dwarf_getcfi()Namhyung Kim2023-11-102-0/+13
* tools build: Fix llvm feature detection, still used by bpftoolArnaldo Carvalho de Melo2023-10-191-0/+14
* Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-095-76/+4
|\
| * perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers2023-08-154-70/+0
| * 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-201-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-043-0/+22
* tools build: Add feature test for abi::__cxa_demangleIan Rogers2023-03-142-0/+21
* perf build: Remove libbpf pre-1.0 feature testsIan Rogers2023-03-148-64/+0
* tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers2023-03-141-0/+4
* perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...Arnaldo Carvalho de Melo2022-10-252-0/+12
* tools build: Switch to new openssl API for test-libcryptoRoberto Sassu2022-08-101-4/+11
* Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto fea...Arnaldo Carvalho de Melo2022-08-101-6/+0
* tools, build: Retry detection of bfd-related featuresRoberto Sassu2022-08-101-5/+9
* perf build: Suppress openssl v3 deprecation warnings in libcrypto feature testZixuan Tan2022-08-021-0/+6
* tools build: Add feature test for init_disassemble_info API changesAndres Freund2022-08-013-0/+21
* perf build: Stop using __weak bpf_map_create() to handle older libbpf versionsArnaldo Carvalho de Melo2022-05-262-0/+12
* perf build: Stop using __weak btf__raw_data() to handle older libbpf versionsJiri Olsa2022-05-262-0/+12
* perf build: Stop using __weak bpf_object__next_map() to handle older libbpf v...Jiri Olsa2022-05-262-0/+12
* perf build: Stop using __weak bpf_object__next_program() to handle older libb...Jiri Olsa2022-05-262-0/+12
* perf build: Stop using __weak bpf_prog_load() to handle older libbpf versionsJiri Olsa2022-05-262-0/+13
* perf build: Fix btf__load_from_kernel_by_id() feature checkJiri Olsa2022-05-261-2/+3
* perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo2022-05-202-0/+11
* 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
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-0/+6
|\
| * bpf, mips: Fix build errors about __NR_bpf undeclaredTiezhu Yang2021-11-261-0/+6
* | tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-063-20/+0
* | tools build: Fix removal of feature-sync-compare-and-swap feature detectionArnaldo Carvalho de Melo2021-11-181-1/+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-282-0/+14
* perf cs-etm: Update OpenCSD decoder for ETEJames Clark2021-09-031-2/+2
* tools: Remove feature-sync-compare-and-swap feature detectionLeo Yan2021-08-093-23/+0
* perf tools: Enable libtraceevent dynamic linkingMichael Petlan2021-04-292-0/+16
* Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-02-221-2/+2
|\
| * perf cs-etm: Update ARM's CoreSight hardware tracing OpenCSD library to v1.0.0James Clark2021-01-201-2/+2
* | 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
* tools feature: Fixup fast path feature detectionArnaldo Carvalho de Melo2020-11-031-1/+0
* Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds2020-10-173-11/+18
|\
| * tools feature: Add missing -lzstd to the fast path feature detectionArnaldo Carvalho de Melo2020-09-091-1/+1
| * perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo2020-09-042-11/+1
| * tools features: Add feature test to check if libbfd has buildid supportArnaldo Carvalho de Melo2020-09-043-0/+17
* | tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko2020-08-183-17/+0
|/
* perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler2020-08-142-0/+12