summaryrefslogtreecommitdiffstats
path: root/tools/build
Commit message (Expand)AuthorAgeFilesLines
* perf: build: introduce the libcapstoneChangbin Du2024-02-204-0/+21
* 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-103-0/+14
* Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-nextNamhyung Kim2023-10-301-0/+14
|\
| * tools build: Fix llvm feature detection, still used by bpftoolArnaldo Carvalho de Melo2023-10-191-0/+14
* | tools/build: Fix -s detection code in tools/build/Makefile.buildJiri Olsa2023-10-181-1/+9
|/
* Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-096-76/+14
|\
| * 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
| * perf build: Update build rule for generated filesNamhyung Kim2023-08-031-0/+10
* | 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-044-0/+23
* tools build: Add feature test for abi::__cxa_demangleIan Rogers2023-03-143-0/+22
* 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
* tools build: Add test echo-cmdIan Rogers2023-02-031-0/+1
* perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...Arnaldo Carvalho de Melo2022-10-253-0/+13
* tools build: Display logical OR of a feature flavorsRoberto Sassu2022-10-041-2/+25
* tools build: Increment room for feature name in feature detection outputRoberto Sassu2022-10-041-3/+3
* tools build: Fix feature detection output due to eval expansionRoberto Sassu2022-10-041-11/+8
* 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: Don't display disassembler-four-args feature testAndres Freund2022-08-011-2/+1
* tools build: Add feature test for init_disassemble_info API changesAndres Freund2022-08-014-0/+22
* perf build: Stop using __weak bpf_map_create() to handle older libbpf versionsArnaldo Carvalho de Melo2022-05-263-0/+13
* 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-263-0/+13
* perf build: Stop using __weak bpf_object__next_program() to handle older libb...Jiri Olsa2022-05-263-0/+13
* perf build: Stop using __weak bpf_prog_load() to handle older libbpf versionsJiri Olsa2022-05-263-0/+14
* 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-203-0/+12
* 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
* kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada2022-02-151-1/+1
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-131-0/+6
|\
| * 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: Enable warnings through HOSTCFLAGSJohn Garry2021-12-071-1/+1
|/ /
* | tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-064-21/+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-283-0/+15
* perf cs-etm: Update OpenCSD decoder for ETEJames Clark2021-09-031-2/+2
* tools build: Fix feature detect clean for out of source buildsJames Clark2021-09-011-1/+1
* tools: Remove feature-sync-compare-and-swap feature detectionLeo Yan2021-08-094-24/+0