1. 7fbff3c perf build: Change the clang check back to 12.0.1 by Howard Chu · 5 months ago
  2. a530337 perf build: Fix build feature-dwarf_getlocations fail for old libdw by Yang Jihong · 5 months ago
  3. 43f6564 perf build: Fix static compilation error when libdw is not installed by Yang Jihong · 5 months ago
  4. eb9b9a6 tools: Drop nonsensical -O6 by Sam James · 6 months ago
  5. 9327f0e perf build: Require at least clang 16.0.6 to build BPF skeletons by Arnaldo Carvalho de Melo · 6 months ago
  6. 206dcfc perf build: Autodetect minimum required llvm-dev version by James Clark · 6 months ago
  7. c3f8644 perf report: Support LLVM for addr2line() by Steinar H. Gunderson · 7 months ago
  8. 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
  9. e25ebda7 perf cap: Tidy up and improve capability testing by Ian Rogers · 7 months ago
  10. f42596c perf: build: Link lib 'zstd' for static build by Leo Yan · 7 months ago
  11. 536661d perf: build: Only link libebl.a for old libdw by Leo Yan · 7 months ago
  12. cffe29d perf: build: Set Python configuration for cross compilation by Leo Yan · 7 months ago
  13. 8f61e98 tools: Make pkg-config dependency checks usable by other tools by Guilherme Amadio · 7 months ago
  14. 37ac347 perf build: Warn if libtracefs is not found by Guilherme Amadio · 7 months ago
  15. 1d302f6 perf build: Conditionally add feature check flags for libtrace{event,fs} by Guilherme Amadio · 8 months ago
  16. 9dabf40 perf python: Switch module to linking libraries from building source by Ian Rogers · 8 months ago
  17. 366e174 perf build: Ensure libtraceevent and libtracefs versions have 3 components by Guilherme Amadio · 9 months ago
  18. 0f0e1f4 perf build: Use pkg-config for feature check for libtrace{event,fs} by Guilherme Amadio · 9 months ago
  19. 8524d71 perf build: Pretend scandirat is missing with msan by Ian Rogers · 11 months ago
  20. baa2ca5 perf build: Add LIBTRACEEVENT_DIR build option by Yang Jihong · 12 months ago
  21. c2bd08b treewide: remove meaningless assignments in Makefiles by Masahiro Yamada · 1 year ago
  22. 8b767db perf: build: introduce the libcapstone by Changbin Du · 1 year ago
  23. 81901fc perf build: Cleanup perf register configuration by Leo Yan · 1 year ago
  24. fca6af7 perf build: Remove unused CONFIG_PERF_REGS by Leo Yan · 1 year ago
  25. 8462247 perf build: Check whether pkg-config is installed when libtraceevent is linked by Yang Jihong · 1 year, 1 month ago
  26. c06547d perf probe: Convert to check dwarf_getcfi feature by Namhyung Kim · 1 year, 4 months ago
  27. 851bbcc perf build: Warn about missing libelf before warning about missing libbpf by Arnaldo Carvalho de Melo · 1 year, 5 months ago
  28. 1768d3a0 perf build: Disable BPF skeletons if clang version is < 12.0.1 by Arnaldo Carvalho de Melo · 1 year, 4 months ago
  29. 9925495 perf build: Default BUILD_BPF_SKEL, warn/disable for missing deps by Ian Rogers · 1 year, 5 months ago
  30. 3d6dfae perf parse-events: Remove BPF event support by Ian Rogers · 1 year, 7 months ago
  31. 56b11a2 perf bpf: Remove support for embedding clang for compiling BPF events (-e foo.c) by Ian Rogers · 1 year, 7 months ago
  32. 8fcaea9 perf build: Support llvm and clang support compiled in by Thomas Richter · 1 year, 7 months ago
  33. e5764ae perf build: Add Wextra for C++ compilation by Ian Rogers · 1 year, 7 months ago
  34. 435bea0 perf build: Don't always set -funwind-tables and -ggdb3 by Ian Rogers · 1 year, 7 months ago
  35. c126ac4 perf build: Add LTO build option by Ian Rogers · 1 year, 7 months ago
  36. 1feece2 perf build: Fix library not found error when using CSLIBS by James Clark · 1 year, 8 months ago
  37. ad5f604 perf test: Fix a compile error on pe-file-parsing.c by Namhyung Kim · 1 year, 8 months ago
  38. b7a2d77 perf build: Add ability to build with a generated vmlinux.h by Ian Rogers · 1 year, 8 months ago
  39. d436373 perf tests: Make x86 new instructions test optional at build time by Adrian Hunter · 1 year, 9 months ago
  40. 65cd8e5 perf build: Don't compile demangle-cxx.cpp if not necessary by Ian Rogers · 1 year, 10 months ago
  41. 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
  42. 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
  43. 9a2d517 Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL" by Arnaldo Carvalho de Melo · 1 year, 10 months ago
  44. c3e6df9 Revert "perf build: Warn for BPF skeletons if endian mismatches" by Arnaldo Carvalho de Melo · 1 year, 10 months ago
  45. 2fa5ebe tools/perf: Add basic support for LoongArch by Huacai Chen · 1 year, 10 months ago
  46. 51924ae perf build: Warn for BPF skeletons if endian mismatches by Ian Rogers · 1 year, 11 months ago
  47. 3ad4510 perf build: Allow C++ demangle without libelf by Ian Rogers · 1 year, 11 months ago
  48. 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
  49. 616b14b47 perf build: Conditionally define NDEBUG by Ian Rogers · 1 year, 11 months ago
  50. 8d98ca5 perf build: Error if no libelf and NO_LIBELF isn't set by Ian Rogers · 2 years ago
  51. f1925bd perf build: Remove redundant NO_NEWT build option by Ian Rogers · 2 years ago
  52. 6898e60f perf build: If libtraceevent isn't present error the build by Ian Rogers · 2 years ago
  53. d7c4f89 perf build: Switch libpfm4 to opt-out rather than opt-in by Ian Rogers · 2 years ago
  54. 3b4e4ef perf symbol: Add abi::__cxa_demangle C++ demangling support by Ian Rogers · 2 years ago
  55. dd317df perf build: Make binutil libraries opt in by Ian Rogers · 2 years ago
  56. 175f931 perf build: Error if jevents won't work and NO_JEVENTS=1 isn't set by Ian Rogers · 2 years ago
  57. 7bafa03 perf build: Remove unused HAVE_GLIBC_SUPPORT by Ian Rogers · 2 years ago
  58. a980755 perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL by Ian Rogers · 2 years ago
  59. 6bebc06 perf bpf: Remove pre libbpf 1.0 conditional logic by Ian Rogers · 2 years, 1 month ago
  60. 76a97cf perf build: Remove libbpf pre-1.0 feature tests by Ian Rogers · 2 years, 1 month ago
  61. 1784eeae perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE by Ian Rogers · 2 years, 1 month ago
  62. 14292a4 perf bpf: Avoid build breakage with libbpf < 0.8.0 + LIBBPF_DYNAMIC=1 by Arnaldo Carvalho de Melo · 2 years, 2 months ago
  63. f00eccb perf build: Fix build error when NO_LIBBPF=1 by Ian Rogers · 2 years, 2 months ago
  64. 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
  65. c3c2e8e perf build: Remove explicit reference to python 2.x devel files by Arnaldo Carvalho de Melo · 2 years, 2 months ago
  66. 66dfc51 perf python: Don't stop building if python setuptools isn't installed by Arnaldo Carvalho de Melo · 2 years, 2 months ago
  67. caec547 perf build: Fix python/perf.so library's name by Ian Rogers · 2 years, 2 months ago
  68. b9a49f8 perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE by Arnaldo Carvalho de Melo · 2 years, 3 months ago
  69. 378ef0f perf build: Use libtraceevent from the system by Ian Rogers · 2 years, 3 months ago
  70. 746bd29 perf build: Use tools/lib headers from install path by Ian Rogers · 2 years, 3 months ago
  71. b018899 perf bpf: Rename perf_include_dir to libbpf_include_dir by Arnaldo Carvalho de Melo · 2 years, 4 months ago
  72. 14e4b9f perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibility by Ian Rogers · 2 years, 4 months ago
  73. f3c9bd4 perf build: Update to C standard to gnu11 by Ian Rogers · 2 years, 4 months ago
  74. 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
  75. 34bec35 perf test: Add build infra for perf test tools for ARM CoreSight tests by Carsten Haitzler · 2 years, 6 months ago
  76. dca571e perf build: Enable -Wthread-safety with clang by Ian Rogers · 2 years, 6 months ago
  77. 74da769 tools build: Increment room for feature name in feature detection output by Roberto Sassu · 2 years, 6 months ago
  78. 709533e tools build: Fix feature detection output due to eval expansion by Roberto Sassu · 2 years, 6 months ago
  79. bc9e7fe perf python: Fix build when PYTHON_CONFIG is user supplied by James Clark · 2 years, 7 months ago
  80. dd6775f perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled} setting by Roberto Sassu · 2 years, 7 months ago
  81. 83aa012 tools perf: Fix compilation error with new binutils by Andres Freund · 2 years, 7 months ago
  82. f077c77 perf build: Avoid defining _FORTIFY_SOURCE multiple times by Arnaldo Carvalho de Melo · 2 years, 7 months ago
  83. 00facc7 perf jevents: Switch build to use jevents.py by Ian Rogers · 2 years, 8 months ago
  84. 4c41cb4 perf python: Prefer python3 by Ian Rogers · 2 years, 8 months ago
  85. df76e00 perf build: Stop using __weak bpf_map_create() to handle older libbpf versions by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  86. 982be47 perf build: Stop using __weak btf__raw_data() to handle older libbpf versions by Jiri Olsa · 2 years, 9 months ago
  87. 739c918 perf build: Stop using __weak bpf_object__next_map() to handle older libbpf versions by Jiri Olsa · 2 years, 9 months ago
  88. 8916d72 perf build: Stop using __weak bpf_object__next_program() to handle older libbpf versions by Jiri Olsa · 2 years, 9 months ago
  89. 5c83eff perf build: Stop using __weak bpf_prog_load() to handle older libbpf versions by Jiri Olsa · 2 years, 9 months ago
  90. 508c9fb perf build: Error for BPF skeletons without LIBBPF by Ian Rogers · 2 years, 9 months ago
  91. 0869331 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  92. 0ae065a5d perf build: Fix check for btf__load_from_kernel_by_id() in libbpf by Arnaldo Carvalho de Melo · 2 years, 9 months ago
  93. 630af16 perf tools: Use Python devtools for version autodetection rather than runtime by James Clark · 3 years ago
  94. 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
  95. 41caff4 tools build: Filter out options and warnings not supported by clang by Arnaldo Carvalho de Melo · 2 years, 11 months ago
  96. ed17b19 perf tools: Drop requirement for libstdc++.so for libopencsd check by Uwe Kleine-König · 3 years, 3 months ago
  97. c77a78c tools build: Enable warnings through HOSTCFLAGS by John Garry · 3 years, 4 months ago
  98. 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
  99. 70f9c9b perf tools: Set COMPAT_NEED_REALLOCARRAY for CONFIG_AUXTRACE=1 by Arnaldo Carvalho de Melo · 3 years, 3 months ago
  100. d0d0f0c tools: Bump minimum LLVM C++ std to GNU++14 by Ian Rogers · 3 years, 5 months ago