- 7fbff3c perf build: Change the clang check back to 12.0.1 by Howard Chu · 5 months ago
- a530337 perf build: Fix build feature-dwarf_getlocations fail for old libdw by Yang Jihong · 5 months ago
- 43f6564 perf build: Fix static compilation error when libdw is not installed by Yang Jihong · 5 months ago
- eb9b9a6 tools: Drop nonsensical -O6 by Sam James · 6 months ago
- 9327f0e perf build: Require at least clang 16.0.6 to build BPF skeletons by Arnaldo Carvalho de Melo · 6 months ago
- 206dcfc perf build: Autodetect minimum required llvm-dev version by James Clark · 6 months ago
- c3f8644 perf report: Support LLVM for addr2line() by Steinar H. Gunderson · 7 months ago
- 0e7eb23 perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/syscall_32.tbl by Arnaldo Carvalho de Melo · 6 months ago
- e25ebda7 perf cap: Tidy up and improve capability testing by Ian Rogers · 7 months ago
- f42596c perf: build: Link lib 'zstd' for static build by Leo Yan · 7 months ago
- 536661d perf: build: Only link libebl.a for old libdw by Leo Yan · 7 months ago
- cffe29d perf: build: Set Python configuration for cross compilation by Leo Yan · 7 months ago
- 8f61e98 tools: Make pkg-config dependency checks usable by other tools by Guilherme Amadio · 7 months ago
- 37ac347 perf build: Warn if libtracefs is not found by Guilherme Amadio · 7 months ago
- 1d302f6 perf build: Conditionally add feature check flags for libtrace{event,fs} by Guilherme Amadio · 8 months ago
- 9dabf40 perf python: Switch module to linking libraries from building source by Ian Rogers · 8 months ago
- 366e174 perf build: Ensure libtraceevent and libtracefs versions have 3 components by Guilherme Amadio · 9 months ago
- 0f0e1f4 perf build: Use pkg-config for feature check for libtrace{event,fs} by Guilherme Amadio · 9 months ago
- 8524d71 perf build: Pretend scandirat is missing with msan by Ian Rogers · 11 months ago
- baa2ca5 perf build: Add LIBTRACEEVENT_DIR build option by Yang Jihong · 12 months ago
- c2bd08b treewide: remove meaningless assignments in Makefiles by Masahiro Yamada · 1 year ago
- 8b767db perf: build: introduce the libcapstone by Changbin Du · 1 year ago
- 81901fc perf build: Cleanup perf register configuration by Leo Yan · 1 year ago
- fca6af7 perf build: Remove unused CONFIG_PERF_REGS by Leo Yan · 1 year ago
- 8462247 perf build: Check whether pkg-config is installed when libtraceevent is linked by Yang Jihong · 1 year, 1 month ago
- c06547d perf probe: Convert to check dwarf_getcfi feature by Namhyung Kim · 1 year, 4 months ago
- 851bbcc perf build: Warn about missing libelf before warning about missing libbpf by Arnaldo Carvalho de Melo · 1 year, 5 months ago
- 1768d3a0 perf build: Disable BPF skeletons if clang version is < 12.0.1 by Arnaldo Carvalho de Melo · 1 year, 4 months ago
- 9925495 perf build: Default BUILD_BPF_SKEL, warn/disable for missing deps by Ian Rogers · 1 year, 5 months ago
- 3d6dfae perf parse-events: Remove BPF event support by Ian Rogers · 1 year, 7 months ago
- 56b11a2 perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c) by Ian Rogers · 1 year, 7 months ago
- 8fcaea9 perf build: Support llvm and clang support compiled in by Thomas Richter · 1 year, 7 months ago
- e5764ae perf build: Add Wextra for C++ compilation by Ian Rogers · 1 year, 7 months ago
- 435bea0 perf build: Don't always set -funwind-tables and -ggdb3 by Ian Rogers · 1 year, 7 months ago
- c126ac4 perf build: Add LTO build option by Ian Rogers · 1 year, 7 months ago
- 1feece2 perf build: Fix library not found error when using CSLIBS by James Clark · 1 year, 8 months ago
- ad5f604 perf test: Fix a compile error on pe-file-parsing.c by Namhyung Kim · 1 year, 8 months ago
- b7a2d77 perf build: Add ability to build with a generated vmlinux.h by Ian Rogers · 1 year, 8 months ago
- d436373 perf tests: Make x86 new instructions test optional at build time by Adrian Hunter · 1 year, 9 months ago
- 65cd8e5 perf build: Don't compile demangle-cxx.cpp if not necessary by Ian Rogers · 1 year, 10 months ago
- b0618f3 perf build: Gracefully fail the build if BUILD_BPF_SKEL=1 is specified and clang isn't available by Arnaldo Carvalho de Melo · 1 year, 10 months ago
- f085df1 Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 1 year, 10 months ago
- 9a2d517 Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL" by Arnaldo Carvalho de Melo · 1 year, 10 months ago
- c3e6df9 Revert "perf build: Warn for BPF skeletons if endian mismatches" by Arnaldo Carvalho de Melo · 1 year, 10 months ago
- 2fa5ebe tools/perf: Add basic support for LoongArch by Huacai Chen · 1 year, 10 months ago
- 51924ae perf build: Warn for BPF skeletons if endian mismatches by Ian Rogers · 1 year, 11 months ago
- 3ad4510 perf build: Allow C++ demangle without libelf by Ian Rogers · 1 year, 11 months ago
- 9e03608 tools build: Add a feature test for scandirat(), that is not implemented so far in musl and uclibc by Arnaldo Carvalho de Melo · 1 year, 11 months ago
- 616b14b47 perf build: Conditionally define NDEBUG by Ian Rogers · 1 year, 11 months ago
- 8d98ca5 perf build: Error if no libelf and NO_LIBELF isn't set by Ian Rogers · 2 years ago
- f1925bd perf build: Remove redundant NO_NEWT build option by Ian Rogers · 2 years ago
- 6898e60f perf build: If libtraceevent isn't present error the build by Ian Rogers · 2 years ago
- d7c4f89 perf build: Switch libpfm4 to opt-out rather than opt-in by Ian Rogers · 2 years ago
- 3b4e4ef perf symbol: Add abi::__cxa_demangle C++ demangling support by Ian Rogers · 2 years ago
- dd317df perf build: Make binutil libraries opt in by Ian Rogers · 2 years ago
- 175f931 perf build: Error if jevents won't work and NO_JEVENTS=1 isn't set by Ian Rogers · 2 years ago
- 7bafa03 perf build: Remove unused HAVE_GLIBC_SUPPORT by Ian Rogers · 2 years ago
- a980755 perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL by Ian Rogers · 2 years ago
- 6bebc06 perf bpf: Remove pre libbpf 1.0 conditional logic by Ian Rogers · 2 years, 1 month ago
- 76a97cf perf build: Remove libbpf pre-1.0 feature tests by Ian Rogers · 2 years, 1 month ago
- 1784eeae perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE by Ian Rogers · 2 years, 1 month ago
- 14292a4 perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1 by Arnaldo Carvalho de Melo · 2 years, 2 months ago
- f00eccb perf build: Fix build error when NO_LIBBPF=1 by Ian Rogers · 2 years, 2 months ago
- 213b760 perf tools: Don't install libtraceevent plugins as its not anymore in the kernel sources by Arnaldo Carvalho de Melo · 2 years, 2 months ago
- c3c2e8e perf build: Remove explicit reference to python 2.x devel files by Arnaldo Carvalho de Melo · 2 years, 2 months ago
- 66dfc51 perf python: Don't stop building if python setuptools isn't installed by Arnaldo Carvalho de Melo · 2 years, 2 months ago
- caec547 perf build: Fix python/perf.so library's name by Ian Rogers · 2 years, 2 months ago
- b9a49f8 perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE by Arnaldo Carvalho de Melo · 2 years, 3 months ago
- 378ef0f perf build: Use libtraceevent from the system by Ian Rogers · 2 years, 3 months ago
- 746bd29 perf build: Use tools/lib headers from install path by Ian Rogers · 2 years, 3 months ago
- b018899 perf bpf: Rename perf_include_dir to libbpf_include_dir by Arnaldo Carvalho de Melo · 2 years, 4 months ago
- 14e4b9f perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibility by Ian Rogers · 2 years, 4 months ago
- f3c9bd4 perf build: Update to C standard to gnu11 by Ian Rogers · 2 years, 4 months ago
- f1bdebb perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns() is available by Arnaldo Carvalho de Melo · 2 years, 4 months ago
- 34bec35 perf test: Add build infra for perf test tools for ARM CoreSight tests by Carsten Haitzler · 2 years, 6 months ago
- dca571e perf build: Enable -Wthread-safety with clang by Ian Rogers · 2 years, 6 months ago
- 74da769 tools build: Increment room for feature name in feature detection output by Roberto Sassu · 2 years, 6 months ago
- 709533e tools build: Fix feature detection output due to eval expansion by Roberto Sassu · 2 years, 6 months ago
- bc9e7fe perf python: Fix build when PYTHON_CONFIG is user supplied by James Clark · 2 years, 7 months ago
- dd6775f perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled} setting by Roberto Sassu · 2 years, 7 months ago
- 83aa012 tools perf: Fix compilation error with new binutils by Andres Freund · 2 years, 7 months ago
- f077c77 perf build: Avoid defining _FORTIFY_SOURCE multiple times by Arnaldo Carvalho de Melo · 2 years, 7 months ago
- 00facc7 perf jevents: Switch build to use jevents.py by Ian Rogers · 2 years, 8 months ago
- 4c41cb4 perf python: Prefer python3 by Ian Rogers · 2 years, 8 months ago
- df76e00 perf build: Stop using __weak bpf_map_create() to handle older libbpf versions by Arnaldo Carvalho de Melo · 2 years, 9 months ago
- 982be47 perf build: Stop using __weak btf__raw_data() to handle older libbpf versions by Jiri Olsa · 2 years, 9 months ago
- 739c918 perf build: Stop using __weak bpf_object__next_map() to handle older libbpf versions by Jiri Olsa · 2 years, 9 months ago
- 8916d72 perf build: Stop using __weak bpf_object__next_program() to handle older libbpf versions by Jiri Olsa · 2 years, 9 months ago
- 5c83eff perf build: Stop using __weak bpf_prog_load() to handle older libbpf versions by Jiri Olsa · 2 years, 9 months ago
- 508c9fb perf build: Error for BPF skeletons without LIBBPF by Ian Rogers · 2 years, 9 months ago
- 0869331 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 2 years, 9 months ago
- 0ae065a5d perf build: Fix check for btf__load_from_kernel_by_id() in libbpf by Arnaldo Carvalho de Melo · 2 years, 9 months ago
- 630af16 perf tools: Use Python devtools for version autodetection rather than runtime by James Clark · 3 years ago
- 3a8a047 perf build: Don't use -ffat-lto-objects in the python feature test when building with clang-13 by Arnaldo Carvalho de Melo · 2 years, 11 months ago
- 41caff4 tools build: Filter out options and warnings not supported by clang by Arnaldo Carvalho de Melo · 2 years, 11 months ago
- ed17b19 perf tools: Drop requirement for libstdc++.so for libopencsd check by Uwe Kleine-König · 3 years, 3 months ago
- c77a78c tools build: Enable warnings through HOSTCFLAGS by John Garry · 3 years, 4 months ago
- 3d1d57d tools build: Remove needless libpython-version feature check that breaks test-all fast path by Arnaldo Carvalho de Melo · 3 years, 3 months ago
- 70f9c9b perf tools: Set COMPAT_NEED_REALLOCARRAY for CONFIG_AUXTRACE=1 by Arnaldo Carvalho de Melo · 3 years, 3 months ago
- d0d0f0c tools: Bump minimum LLVM C++ std to GNU++14 by Ian Rogers · 3 years, 5 months ago