Age | Commit message (Expand) | Author |
2025-01-10 | perf tools: Remove dependency on libaudit | Charlie Jenkins |
2024-12-18 | tools build: Add feature test for libelf with ZSTD | Leo Yan |
2024-12-18 | tools build: Test for presence of libtraceevent and libtracefs in test-all.c | Arnaldo Carvalho de Melo |
2024-12-12 | tools build feature: Don't set feature-libcap=1 if libcap-devel isn't available | Arnaldo Carvalho de Melo |
2024-12-09 | tools features: Don't check for libunwind devel files by default | Arnaldo Carvalho de Melo |
2024-11-26 | Merge tag 'perf-tools-for-v6.13-2024-11-24' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2024-11-22 | Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-11-08 | perf build: Include libtraceevent headers directly indicated by pkg-config | Yicong Yang |
2024-10-18 | perf probe: Move elfutils support check to libdw check | Ian Rogers |
2024-10-18 | perf build: Combine test-dwarf-getcfi into test-libdw | Ian Rogers |
2024-10-18 | perf build: Combine test-dwarf-getlocations into test-libdw | Ian Rogers |
2024-10-18 | perf build: Combine libdw-dwarf-unwind into libdw feature tests | Ian Rogers |
2024-10-18 | perf build: Rename test-dwarf to test-libdw | Ian Rogers |
2024-10-17 | tools/build: Add libcpupower dependency detection | Tomas Glozar |
2024-10-02 | perf build: Fix build feature-dwarf_getlocations fail for old libdw | Yang Jihong |
2024-10-02 | perf build: Fix static compilation error when libdw is not installed | Yang Jihong |
2024-09-10 | perf build: Remove unused feature test target | James Clark |
2024-09-10 | perf build: Autodetect minimum required llvm-dev version | James Clark |
2024-08-29 | Revert "tools build: Remove leftover libcap tests that prevents fast path fea... | Arnaldo Carvalho de Melo |
2024-08-28 | tools build: Remove leftover libcap tests that prevents fast path feature det... | Arnaldo Carvalho de Melo |
2024-08-14 | perf build: Fix up broken capstone feature detection fast path | Arnaldo Carvalho de Melo |
2024-07-30 | Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git://git.kernel.org/pub... | Linus Torvalds |
2024-07-26 | perf: build: Link lib 'zstd' for static build | Leo Yan |
2024-07-26 | perf: build: Link lib 'lzma' for static build | Leo Yan |
2024-07-26 | perf: build: Only link libebl.a for old libdw | Leo Yan |
2024-07-26 | perf: build: Setup PKG_CONFIG_LIBDIR for cross compilation | Leo Yan |
2024-06-21 | perf build: Use pkg-config for feature check for libtrace{event,fs} | Guilherme Amadio |
2024-06-21 | tools: build: use correct lib name for libtracefs feature detection | Daniel Wagner |
2024-02-20 | perf: build: introduce the libcapstone | Changbin Du |
2023-11-27 | perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is present | James Clark |
2023-11-10 | perf build: Add feature check for dwarf_getcfi() | Namhyung Kim |
2023-10-19 | tools build: Fix llvm feature detection, still used by bpftool | Arnaldo Carvalho de Melo |
2023-09-09 | Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-08-15 | perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c) | Ian Rogers |
2023-08-03 | perf build: Update feature check for clang and llvm | Thomas Richter |
2023-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-07-11 | perf build: Fix broken feature check for libtracefs due to external lib changes | Thomas Richter |
2023-06-29 | bpf: Replace deprecated -target with --target= for Clang | Fangrui Song |
2023-04-04 | tools build: Add a feature test for scandirat(), that is not implemented so f... | Arnaldo Carvalho de Melo |
2023-03-14 | tools build: Add feature test for abi::__cxa_demangle | Ian Rogers |
2023-03-14 | perf build: Remove libbpf pre-1.0 feature tests | Ian Rogers |
2023-03-14 | tools build: Pass libbpf feature only if libbpf 1.0+ | Ian Rogers |
2022-10-25 | perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()... | Arnaldo Carvalho de Melo |
2022-08-10 | tools build: Switch to new openssl API for test-libcrypto | Roberto Sassu |
2022-08-10 | Revert "perf build: Suppress openssl v3 deprecation warnings in libcrypto fea... | Arnaldo Carvalho de Melo |
2022-08-10 | tools, build: Retry detection of bfd-related features | Roberto Sassu |
2022-08-02 | perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test | Zixuan Tan |
2022-08-01 | tools build: Add feature test for init_disassemble_info API changes | Andres Freund |
2022-05-26 | perf build: Stop using __weak bpf_map_create() to handle older libbpf versions | Arnaldo Carvalho de Melo |
2022-05-26 | perf build: Stop using __weak btf__raw_data() to handle older libbpf versions | Jiri Olsa |