aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/build (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-20perf: build: introduce the libcapstoneChangbin Du4-0/+21
2023-11-27perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is presentJames Clark1-2/+2
2023-11-10perf build: Add feature check for dwarf_getcfi()Namhyung Kim3-0/+14
2023-10-30Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-nextNamhyung Kim1-0/+14
2023-10-19tools build: Fix llvm feature detection, still used by bpftoolArnaldo Carvalho de Melo1-0/+14
2023-10-18tools/build: Fix -s detection code in tools/build/Makefile.buildJiri Olsa1-1/+9
2023-09-09Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds6-76/+14
2023-08-15perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c)Ian Rogers4-70/+0
2023-08-03perf build: Update feature check for clang and llvmThomas Richter1-6/+4
2023-08-03perf build: Update build rule for generated filesNamhyung Kim1-0/+10
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-07-11perf build: Fix broken feature check for libtracefs due to external lib changesThomas Richter1-1/+1
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song1-1/+1
2023-04-04tools build: Add a feature test for scandirat(), that is not implemented so far in musl and uclibcArnaldo Carvalho de Melo4-0/+23
2023-03-14tools build: Add feature test for abi::__cxa_demangleIan Rogers3-0/+22
2023-03-14perf build: Remove libbpf pre-1.0 feature testsIan Rogers8-64/+0
2023-03-14tools build: Pass libbpf feature only if libbpf 1.0+Ian Rogers1-0/+4
2023-02-03tools build: Add test echo-cmdIan Rogers1-0/+1
2022-10-25perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns() is availableArnaldo Carvalho de Melo3-0/+13
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-10tools build: Switch to new openssl API for test-libcryptoRoberto Sassu1-4/+11
2022-08-10Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test"Arnaldo Carvalho de Melo1-6/+0
2022-08-10tools, build: Retry detection of bfd-related featuresRoberto Sassu1-5/+9
2022-08-02perf build: Suppress openssl v3 deprecation warnings in libcrypto feature testZixuan Tan1-0/+6
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 Freund4-0/+22
2022-05-26perf build: Stop using __weak bpf_map_create() to handle older libbpf versionsArnaldo Carvalho de Melo3-0/+13
2022-05-26perf build: Stop using __weak btf__raw_data() to handle older libbpf versionsJiri Olsa2-0/+12
2022-05-26perf build: Stop using __weak bpf_object__next_map() to handle older libbpf versionsJiri Olsa3-0/+13
2022-05-26perf build: Stop using __weak bpf_object__next_program() to handle older libbpf versionsJiri Olsa3-0/+13
2022-05-26perf build: Stop using __weak bpf_prog_load() to handle older libbpf versionsJiri Olsa3-0/+14
2022-05-26perf build: Fix btf__load_from_kernel_by_id() feature checkJiri Olsa1-2/+3
2022-05-20perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo3-0/+12
2022-04-09tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo1-0/+7
2022-04-09tools build: Use $(shell ) instead of `` to get embedded libperl's ccoptsArnaldo Carvalho de Melo1-1/+1
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-1/+1
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+6
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+6
2021-12-07tools build: Enable warnings through HOSTCFLAGSJohn Garry1-1/+1
2021-12-06tools build: Remove needless libpython-version feature check that breaks test-all fast pathArnaldo Carvalho de Melo4-21/+0
2021-11-26bpf, mips: Fix build errors about __NR_bpf undeclaredTiezhu Yang1-0/+6
2021-11-18tools build: Fix removal of feature-sync-compare-and-swap feature detectionArnaldo Carvalho de Melo1-1/+0
2021-11-04tools: Bump minimum LLVM C++ std to GNU++14Ian Rogers1-3/+3
2021-10-26tools build: Drop needless slang include path in test-allJohn Keeping1-1/+1
2021-09-28perf tools: Enable libtracefs dynamic linkingIan Rogers3-0/+15
2021-09-03perf cs-etm: Update OpenCSD decoder for ETEJames Clark1-2/+2
2021-09-01tools build: Fix feature detect clean for out of source buildsJames Clark1-1/+1
2021-08-09tools: Remove feature-sync-compare-and-swap feature detectionLeo Yan4-24/+0