| Commit message (Expand) | Author | Age | Files | Lines |
* | perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is present | James Clark | 2023-11-27 | 1 | -2/+2 |
* | perf build: Add feature check for dwarf_getcfi() | Namhyung Kim | 2023-11-10 | 3 | -0/+14 |
* | Merge tag 'perf-tools-fixes-for-v6.6-2-2023-10-20' into perf-tools-next | Namhyung Kim | 2023-10-30 | 1 | -0/+14 |
|\ |
|
| * | tools build: Fix llvm feature detection, still used by bpftool | Arnaldo Carvalho de Melo | 2023-10-20 | 1 | -0/+14 |
* | | tools/build: Fix -s detection code in tools/build/Makefile.build | Jiri Olsa | 2023-10-19 | 1 | -1/+9 |
|/ |
|
* | Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-09-10 | 6 | -76/+14 |
|\ |
|
| * | perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c) | Ian Rogers | 2023-08-15 | 4 | -70/+0 |
| * | perf build: Update feature check for clang and llvm | Thomas Richter | 2023-08-03 | 1 | -6/+4 |
| * | perf build: Update build rule for generated files | Namhyung Kim | 2023-08-03 | 1 | -0/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-07-21 | 1 | -1/+1 |
|\| |
|
| * | perf build: Fix broken feature check for libtracefs due to external lib changes | Thomas Richter | 2023-07-11 | 1 | -1/+1 |
* | | bpf: Replace deprecated -target with --target= for Clang | Fangrui Song | 2023-06-29 | 1 | -1/+1 |
|/ |
|
* | tools build: Add a feature test for scandirat(), that is not implemented so f... | Arnaldo Carvalho de Melo | 2023-04-04 | 4 | -0/+23 |
* | tools build: Add feature test for abi::__cxa_demangle | Ian Rogers | 2023-03-14 | 3 | -0/+22 |
* | perf build: Remove libbpf pre-1.0 feature tests | Ian Rogers | 2023-03-14 | 8 | -64/+0 |
* | tools build: Pass libbpf feature only if libbpf 1.0+ | Ian Rogers | 2023-03-14 | 1 | -0/+4 |
* | tools build: Add test echo-cmd | Ian Rogers | 2023-02-03 | 1 | -0/+1 |
* | perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()... | Arnaldo Carvalho de Melo | 2022-10-25 | 3 | -0/+13 |
* | tools build: Display logical OR of a feature flavors | Roberto Sassu | 2022-10-04 | 1 | -2/+25 |
* | tools build: Increment room for feature name in feature detection output | Roberto Sassu | 2022-10-04 | 1 | -3/+3 |
* | tools build: Fix feature detection output due to eval expansion | Roberto Sassu | 2022-10-04 | 1 | -11/+8 |
* | tools build: Switch to new openssl API for test-libcrypto | Roberto Sassu | 2022-08-10 | 1 | -4/+11 |
* | Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto fea... | Arnaldo Carvalho de Melo | 2022-08-10 | 1 | -6/+0 |
* | tools, build: Retry detection of bfd-related features | Roberto Sassu | 2022-08-10 | 1 | -5/+9 |
* | perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test | Zixuan Tan | 2022-08-02 | 1 | -0/+6 |
* | tools build: Don't display disassembler-four-args feature test | Andres Freund | 2022-08-01 | 1 | -2/+1 |
* | tools build: Add feature test for init_disassemble_info API changes | Andres Freund | 2022-08-01 | 4 | -0/+22 |
* | perf build: Stop using __weak bpf_map_create() to handle older libbpf versions | Arnaldo Carvalho de Melo | 2022-05-26 | 3 | -0/+13 |
* | perf build: Stop using __weak btf__raw_data() to handle older libbpf versions | Jiri Olsa | 2022-05-26 | 2 | -0/+12 |
* | perf build: Stop using __weak bpf_object__next_map() to handle older libbpf v... | Jiri Olsa | 2022-05-26 | 3 | -0/+13 |
* | perf build: Stop using __weak bpf_object__next_program() to handle older libb... | Jiri Olsa | 2022-05-26 | 3 | -0/+13 |
* | perf build: Stop using __weak bpf_prog_load() to handle older libbpf versions | Jiri Olsa | 2022-05-26 | 3 | -0/+14 |
* | perf build: Fix btf__load_from_kernel_by_id() feature check | Jiri Olsa | 2022-05-26 | 1 | -2/+3 |
* | perf build: Fix check for btf__load_from_kernel_by_id() in libbpf | Arnaldo Carvalho de Melo | 2022-05-20 | 3 | -0/+12 |
* | tools build: Filter out options and warnings not supported by clang | Arnaldo Carvalho de Melo | 2022-04-09 | 1 | -0/+7 |
* | tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts | Arnaldo Carvalho de Melo | 2022-04-09 | 1 | -1/+1 |
* | kbuild: replace $(if A,A,B) with $(or A,B) | Masahiro Yamada | 2022-02-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2022-01-13 | 1 | -0/+6 |
|\ |
|
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-12-11 | 1 | -0/+6 |
| |\ |
|
| | * | bpf, mips: Fix build errors about __NR_bpf undeclared | Tiezhu Yang | 2021-11-26 | 1 | -0/+6 |
* | | | tools build: Enable warnings through HOSTCFLAGS | John Garry | 2021-12-08 | 1 | -1/+1 |
|/ / |
|
* | | 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 |