aboutsummaryrefslogtreecommitdiff
path: root/tools/build
AgeCommit message (Expand)AuthorFilesLines
2022-04-09tools build: Filter out options and warnings not supported by clangGravatar Arnaldo Carvalho de Melo 1-0/+7
2022-04-09tools build: Use $(shell ) instead of `` to get embedded libperl's ccoptsGravatar Arnaldo Carvalho de Melo 1-1/+1
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Gravatar Masahiro Yamada 1-1/+1
2022-01-13Merge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 1-0/+6
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+6
2021-12-07tools build: Enable warnings through HOSTCFLAGSGravatar John Garry 1-1/+1
2021-12-06tools build: Remove needless libpython-version feature check that breaks test...Gravatar Arnaldo Carvalho de Melo 4-21/+0
2021-11-26bpf, mips: Fix build errors about __NR_bpf undeclaredGravatar Tiezhu Yang 1-0/+6
2021-11-18tools build: Fix removal of feature-sync-compare-and-swap feature detectionGravatar Arnaldo Carvalho de Melo 1-1/+0
2021-11-04tools: Bump minimum LLVM C++ std to GNU++14Gravatar Ian Rogers 1-3/+3
2021-10-26tools build: Drop needless slang include path in test-allGravatar John Keeping 1-1/+1
2021-09-28perf tools: Enable libtracefs dynamic linkingGravatar Ian Rogers 3-0/+15
2021-09-03perf cs-etm: Update OpenCSD decoder for ETEGravatar James Clark 1-2/+2
2021-09-01tools build: Fix feature detect clean for out of source buildsGravatar James Clark 1-1/+1
2021-08-09tools: Remove feature-sync-compare-and-swap feature detectionGravatar Leo Yan 4-24/+0
2021-05-17tools build: Fix quiet cmd indentationGravatar Kees Cook 1-11/+11
2021-05-01Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 3-10/+34
2021-04-29tools build: Allow deferring printing the results of feature detectionGravatar Arnaldo Carvalho de Melo 1-10/+17
2021-04-29perf tools: Enable libtraceevent dynamic linkingGravatar Michael Petlan 3-0/+17
2021-04-25tools: do not include scripts/Kbuild.includeGravatar Masahiro Yamada 1-0/+24
2021-03-06perf build: Move feature cleanup under tools/buildGravatar Jiri Olsa 1-1/+7
2021-02-22Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 2-3/+5
2021-01-29tools: Factor Clang, LLC and LLVM utils definitionsGravatar Sedat Dilek 1-2/+2
2021-01-20perf cs-etm: Update ARM's CoreSight hardware tracing OpenCSD library to v1.0.0Gravatar James Clark 1-2/+2
2021-01-15perf build: Support build BPF skeletons with perfGravatar Song Liu 1-1/+3
2020-12-17Merge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 1-4/+0
2020-12-17tools build: Add missing libcap to test-all.bin targetGravatar Jiri Olsa 1-1/+1
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-4/+0
2020-11-11tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsGravatar Jean-Philippe Brucker 1-4/+0
2020-11-03tools feature: Fixup fast path feature detectionGravatar Arnaldo Carvalho de Melo 1-1/+0
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 4-14/+22
2020-09-09tools feature: Add missing -lzstd to the fast path feature detectionGravatar Arnaldo Carvalho de Melo 1-1/+1
2020-09-04perf tools: Make GTK2 support opt-inGravatar Arnaldo Carvalho de Melo 3-14/+3
2020-09-04tools features: Add feature test to check if libbfd has buildid supportGravatar Arnaldo Carvalho de Melo 4-0/+19
2020-08-28tools, bpf/build: Cleanup feature files on make cleanGravatar Jesper Dangaard Brouer 1-0/+2
2020-08-18tools: Remove feature-libelf-mmap feature detectionGravatar Andrii Nakryiko 4-18/+0
2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundGravatar Frank Ch. Eigler 3-1/+14
2020-08-13tools build feature: Quote CC and CXX for their argumentsGravatar Daniel Díaz 1-1/+1
2020-08-06Mgerge remote-tracking branch 'torvalds/master' into perf/coreGravatar Arnaldo Carvalho de Melo 4-7/+13
2020-08-03tools, build: Propagate build failures from tools/build/Makefile.buildGravatar Andrii Nakryiko 1-1/+2
2020-07-31tools build feature: Use CC and CXX from parentGravatar Thomas Hebb 2-3/+1
2020-06-22tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hGravatar Andrii Nakryiko 3-6/+11
2020-05-29perf build: Remove libaudit from the default feature checksGravatar Arnaldo Carvalho de Melo 3-8/+1
2020-05-05perf: cs-etm: Update to build with latest opencsd version.Gravatar Mike Leach 1-2/+2
2020-05-05tools feature: Add support for detecting libpfm4Gravatar Stephane Eranian 3-2/+16
2020-04-21tools/build: tweak unused value workaroundGravatar George Burgess IV 1-1/+1
2020-04-05Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-2/+23
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-0/+2
2020-04-03perf tools: Add file-handle feature testGravatar Namhyung Kim 3-2/+24
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 2-0/+2