| Commit message (Expand) | Author | Age | Files | Lines |
* | tools build: Remove needless libpython-version feature check that breaks test... | Arnaldo Carvalho de Melo | 2021-12-07 | 4 | -21/+0 |
* | tools build: Fix removal of feature-sync-compare-and-swap feature detection | Arnaldo Carvalho de Melo | 2021-11-18 | 1 | -1/+0 |
* | tools: Bump minimum LLVM C++ std to GNU++14 | Ian Rogers | 2021-11-04 | 1 | -3/+3 |
* | tools build: Drop needless slang include path in test-all | John Keeping | 2021-10-26 | 1 | -1/+1 |
* | perf tools: Enable libtracefs dynamic linking | Ian Rogers | 2021-09-28 | 3 | -0/+15 |
* | perf cs-etm: Update OpenCSD decoder for ETE | James Clark | 2021-09-03 | 1 | -2/+2 |
* | tools build: Fix feature detect clean for out of source builds | James Clark | 2021-09-01 | 1 | -1/+1 |
* | tools: Remove feature-sync-compare-and-swap feature detection | Leo Yan | 2021-08-09 | 4 | -24/+0 |
* | tools build: Fix quiet cmd indentation | Kees Cook | 2021-05-17 | 1 | -11/+11 |
* | Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2021-05-01 | 3 | -10/+34 |
|\ |
|
| * | tools build: Allow deferring printing the results of feature detection | Arnaldo Carvalho de Melo | 2021-04-29 | 1 | -10/+17 |
| * | perf tools: Enable libtraceevent dynamic linking | Michael Petlan | 2021-04-29 | 3 | -0/+17 |
* | | tools: do not include scripts/Kbuild.include | Masahiro Yamada | 2021-04-24 | 1 | -0/+24 |
|/ |
|
* | perf build: Move feature cleanup under tools/build | Jiri Olsa | 2021-03-06 | 1 | -1/+7 |
* | Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2021-02-22 | 2 | -3/+5 |
|\ |
|
| * | perf cs-etm: Update ARM's CoreSight hardware tracing OpenCSD library to v1.0.0 | James Clark | 2021-01-20 | 1 | -2/+2 |
| * | perf build: Support build BPF skeletons with perf | Song Liu | 2021-01-15 | 1 | -1/+3 |
* | | tools: Factor Clang, LLC and LLVM utils definitions | Sedat Dilek | 2021-01-29 | 1 | -2/+2 |
|/ |
|
* | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2020-12-17 | 1 | -4/+0 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2020-11-14 | 1 | -4/+0 |
| |\ |
|
| | * | tools: Factor HOSTCC, HOSTLD, HOSTAR definitions | Jean-Philippe Brucker | 2020-11-11 | 1 | -4/+0 |
* | | | tools build: Add missing libcap to test-all.bin target | Jiri Olsa | 2020-12-17 | 1 | -1/+1 |
|/ / |
|
* / | tools feature: Fixup fast path feature detection | Arnaldo Carvalho de Melo | 2020-11-03 | 1 | -1/+0 |
|/ |
|
* | Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2020-10-17 | 4 | -14/+22 |
|\ |
|
| * | tools feature: Add missing -lzstd to the fast path feature detection | Arnaldo Carvalho de Melo | 2020-09-09 | 1 | -1/+1 |
| * | perf tools: Make GTK2 support opt-in | Arnaldo Carvalho de Melo | 2020-09-04 | 3 | -14/+3 |
| * | tools features: Add feature test to check if libbfd has buildid support | Arnaldo Carvalho de Melo | 2020-09-04 | 4 | -0/+19 |
* | | tools, bpf/build: Cleanup feature files on make clean | Jesper Dangaard Brouer | 2020-08-28 | 1 | -0/+2 |
* | | tools: Remove feature-libelf-mmap feature detection | Andrii Nakryiko | 2020-08-19 | 4 | -18/+0 |
|/ |
|
* | perf build-ids: Fall back to debuginfod query if debuginfo not found | Frank Ch. Eigler | 2020-08-14 | 3 | -1/+14 |
* | tools build feature: Quote CC and CXX for their arguments | Daniel Díaz | 2020-08-13 | 1 | -1/+1 |
* | Mgerge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2020-08-06 | 4 | -7/+13 |
|\ |
|
| * | tools, build: Propagate build failures from tools/build/Makefile.build | Andrii Nakryiko | 2020-08-03 | 1 | -1/+2 |
| * | tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h | Andrii Nakryiko | 2020-06-23 | 3 | -6/+11 |
* | | tools build feature: Use CC and CXX from parent | Thomas Hebb | 2020-07-31 | 2 | -3/+1 |
|/ |
|
* | perf build: Remove libaudit from the default feature checks | Arnaldo Carvalho de Melo | 2020-05-29 | 3 | -8/+1 |
* | perf: cs-etm: Update to build with latest opencsd version. | Mike Leach | 2020-05-05 | 1 | -2/+2 |
* | tools feature: Add support for detecting libpfm4 | Stephane Eranian | 2020-05-05 | 3 | -2/+16 |
* | tools/build: tweak unused value workaround | George Burgess IV | 2020-04-21 | 1 | -1/+1 |
* | Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-04-05 | 3 | -2/+23 |
|\ |
|
| * | perf tools: Add file-handle feature test | Namhyung Kim | 2020-04-03 | 3 | -2/+24 |
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-04-03 | 2 | -0/+2 |
|\ \ |
|
| * | | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 2 | -0/+2 |
| |/ |
|
* / | bpftool: Only build bpftool-prog-profile if supported by clang | Song Liu | 2020-03-13 | 2 | -1/+12 |
|/ |
|
* | perf/ui/gtk: Fix gtk2 build | Jiri Olsa | 2020-01-14 | 1 | -1/+1 |
* | tools build: Fix test-clang.cpp with Clang 8+ | Maciej S. Szmigiero | 2020-01-14 | 1 | -0/+6 |
* | perf tools: Allow to link with libbpf dynamicaly | Jiri Olsa | 2019-11-26 | 3 | -1/+13 |
* | tools build: Add capability-related feature detection | Igor Lubashev | 2019-08-12 | 3 | -0/+26 |
* | tools build: Fix the zstd test in the test-all.c common case feature test | Arnaldo Carvalho de Melo | 2019-06-18 | 1 | -1/+1 |
* | tools build: Add test to check if slang.h is in /usr/include/slang/ | Arnaldo Carvalho de Melo | 2019-06-18 | 3 | -1/+12 |