aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-03tools feature: Fixup fast path feature detectionArnaldo Carvalho de Melo1-1/+0
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds4-14/+22
2020-09-09tools feature: Add missing -lzstd to the fast path feature detectionArnaldo Carvalho de Melo1-1/+1
2020-09-04perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo3-14/+3
2020-09-04tools features: Add feature test to check if libbfd has buildid supportArnaldo Carvalho de Melo4-0/+19
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer1-0/+2
2020-08-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko4-18/+0
2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler3-1/+14
2020-08-13tools build feature: Quote CC and CXX for their argumentsDaniel Díaz1-1/+1
2020-08-06Mgerge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo4-7/+13
2020-08-03tools, build: Propagate build failures from tools/build/Makefile.buildAndrii Nakryiko1-1/+2
2020-07-31tools build feature: Use CC and CXX from parentThomas Hebb2-3/+1
2020-06-22tools/bpftool: Generalize BPF skeleton support and generate vmlinux.hAndrii Nakryiko3-6/+11
2020-05-29perf build: Remove libaudit from the default feature checksArnaldo Carvalho de Melo3-8/+1
2020-05-05perf: cs-etm: Update to build with latest opencsd version.Mike Leach1-2/+2
2020-05-05tools feature: Add support for detecting libpfm4Stephane Eranian3-2/+16
2020-04-21tools/build: tweak unused value workaroundGeorge Burgess IV1-1/+1
2020-04-05Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+23
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-0/+2
2020-04-03perf tools: Add file-handle feature testNamhyung Kim3-2/+24
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu2-1/+12
2020-01-14perf/ui/gtk: Fix gtk2 buildJiri Olsa1-1/+1
2020-01-14tools build: Fix test-clang.cpp with Clang 8+Maciej S. Szmigiero1-0/+6
2019-11-26perf tools: Allow to link with libbpf dynamicalyJiri Olsa3-1/+13
2019-08-12tools build: Add capability-related feature detectionIgor Lubashev3-0/+26
2019-06-18tools build: Fix the zstd test in the test-all.c common case feature testArnaldo Carvalho de Melo1-1/+1
2019-06-18tools build: Add test to check if slang.h is in /usr/include/slang/Arnaldo Carvalho de Melo3-1/+12
2019-06-17perf tools: Don't hardcode host include path for libslangFlorian Fainelli1-1/+1
2019-06-17tools build feature tests: Add missing SPDX headersArnaldo Carvalho de Melo3-0/+3
2019-06-17tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo4-0/+21
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-01tools build: Implement libzstd feature check, LIBZSTD_DIR and NO_LIBZSTD definesAlexey Budankov4-1/+24
2019-03-28perf cs-etm: Add missing case valueSolomon Tan1-2/+2
2019-03-20perf build: Check what binutils's 'disassembler()' signature to useSong Liu2-2/+9
2019-02-14tools build feature sched_getcpu: Undef _GNU_SOURCE at the endArnaldo Carvalho de Melo1-0/+2
2019-02-14tools build: Add test-reallocarray.c to test-all.c to fix the buildArnaldo Carvalho de Melo2-0/+7
2019-02-14perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASICArnaldo Carvalho de Melo1-4/+4
2019-02-14perf coresight: Do not test for libopencsd by defaultArnaldo Carvalho de Melo2-6/+1
2019-02-14tools feature: Undef _GNU_SOURCE at the end of feature testsArnaldo Carvalho de Melo3-0/+3
2018-12-21perf build: Don't unconditionally link the libbfd feature test to -liberty and -lzStanislav Fomichev2-7/+7
2018-12-17perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight traceRobert Walker1-0/+8
2018-12-17tools build feature: Check if libaio is availableAlexey Budankov4-3/+30
2018-11-21perf jvmti: Separate jvmti cmlr checkJiri Olsa3-1/+15
2018-11-21tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo4-0/+19
2018-11-19tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo4-0/+20
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-0/+13
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2-4/+4
2018-07-18kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott1-1/+1
2018-07-18kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott1-1/+1