1. 03cbbd5 tools build: Add missing libcap to test-all.bin target by Jiri Olsa · 4 years, 1 month ago
  2. 5d020cb tools feature: Fixup fast path feature detection by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  3. 9d9af10 Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 4 years, 3 months ago
  4. 6c01469 tools feature: Add missing -lzstd to the fast path feature detection by Arnaldo Carvalho de Melo · 4 years, 4 months ago
  5. 4751bdd perf tools: Make GTK2 support opt-in by Arnaldo Carvalho de Melo · 4 years, 4 months ago
  6. e71e19a tools features: Add feature test to check if libbfd has buildid support by Arnaldo Carvalho de Melo · 4 years, 4 months ago
  7. 22dd1ac tools: Remove feature-libelf-mmap feature detection by Andrii Nakryiko · 4 years, 5 months ago
  8. c7a14fd perf build-ids: Fall back to debuginfod query if debuginfo not found by Frank Ch. Eigler · 4 years, 5 months ago
  9. 94fb1afb1 Mgerge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 5 months ago
  10. e3232c2 tools build feature: Use CC and CXX from parent by Thomas Hebb · 4 years, 6 months ago
  11. 05aca6d tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h by Andrii Nakryiko · 4 years, 7 months ago
  12. a88f70d perf build: Remove libaudit from the default feature checks by Arnaldo Carvalho de Melo · 4 years, 7 months ago
  13. 29e2eb2 perf: cs-etm: Update to build with latest opencsd version. by Mike Leach · 4 years, 8 months ago
  14. 5ef8614 tools feature: Add support for detecting libpfm4 by Stephane Eranian · 4 years, 8 months ago
  15. a21151b tools/build: tweak unused value workaround by George Burgess IV · 4 years, 9 months ago
  16. c48b072 Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  17. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
  18. 49f550e perf tools: Add file-handle feature test by Namhyung Kim · 4 years, 9 months ago
  19. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  20. 14e5728 bpftool: Only build bpftool-prog-profile if supported by clang by Song Liu · 4 years, 10 months ago
  21. 93e843f perf/ui/gtk: Fix gtk2 build by Jiri Olsa · 5 years ago
  22. d800777 tools build: Fix test-clang.cpp with Clang 8+ by Maciej S. Szmigiero · 5 years ago
  23. 7b65e20 perf tools: Allow to link with libbpf dynamicaly by Jiri Olsa · 5 years ago
  24. 74d5f3d tools build: Add capability-related feature detection by Igor Lubashev · 5 years ago
  25. 3469fa8 tools build: Fix the zstd test in the test-all.c common case feature test by Arnaldo Carvalho de Melo · 6 years ago
  26. cbefd24 tools build: Add test to check if slang.h is in /usr/include/slang/ by Arnaldo Carvalho de Melo · 6 years ago
  27. 1955c8c perf tools: Don't hardcode host include path for libslang by Florian Fainelli · 6 years ago
  28. 5e2156d tools build feature tests: Add missing SPDX headers by Arnaldo Carvalho de Melo · 6 years ago
  29. 4541a8b tools build: Check if gettid() is available before providing helper by Arnaldo Carvalho de Melo · 6 years ago
  30. 3b1c5d9 tools build: Implement libzstd feature check, LIBZSTD_DIR and NO_LIBZSTD defines by Alexey Budankov · 6 years ago
  31. c8fa7a8 perf cs-etm: Add missing case value by Solomon Tan · 6 years ago
  32. 8a1b171 perf build: Check what binutils's 'disassembler()' signature to use by Song Liu · 6 years ago
  33. 44ec839 tools build feature sched_getcpu: Undef _GNU_SOURCE at the end by Arnaldo Carvalho de Melo · 6 years ago
  34. a96c03e tools build: Add test-reallocarray.c to test-all.c to fix the build by Arnaldo Carvalho de Melo · 6 years ago
  35. 1c3b28f perf coresight: Do not test for libopencsd by default by Arnaldo Carvalho de Melo · 6 years ago
  36. 0ec572f tools feature: Undef _GNU_SOURCE at the end of feature tests by Arnaldo Carvalho de Melo · 6 years ago
  37. 14541b1 perf build: Don't unconditionally link the libbfd feature test to -liberty and -lz by Stanislav Fomichev · 6 years ago
  38. a7ee4d6 perf cs-etm: Support for ARM A32/T32 instruction sets in CoreSight trace by Robert Walker · 6 years ago
  39. 2a07d81 tools build feature: Check if libaio is available by Alexey Budankov · 6 years ago
  40. dd1d004 perf jvmti: Separate jvmti cmlr check by Jiri Olsa · 6 years ago
  41. 11c6cbe tools build feature: Check if eventfd() is available by Arnaldo Carvalho de Melo · 6 years ago
  42. 8feb8ef tools build feature: Check if get_current_dir_name() is available by Arnaldo Carvalho de Melo · 6 years ago
  43. 531b014 tools: bpf: make use of reallocarray by Jakub Kicinski · 7 years ago
  44. 5fb3d8b perf build: Force llvm/clang test compile output to .make.output by Jiri Olsa · 7 years ago
  45. 36f9dc3 perf build: Add llvm/clang make targets to FILES by Jiri Olsa · 7 years ago
  46. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  47. aa6292f perf tools: Integrating the CoreSight decoding library by Mathieu Poirier · 7 years ago
  48. 39b72cc tools: bpftool: add -DPACKAGE when including bfd.h by Jiong Wang · 7 years ago
  49. fb98266 tools/bpftool: fix bpftool build with bintutils >= 2.9 by Roman Gushchin · 7 years ago
  50. 25ab5ab tools build feature: Check if pthread_barrier_t is available by Arnaldo Carvalho de Melo · 7 years ago
  51. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  52. 1ccb2f4 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  53. bad1926 bpf, s390: fix build for libbpf and selftest suite by Daniel Borkmann · 7 years ago
  54. 86bcdb5 tools build: Add test for setns() by Arnaldo Carvalho de Melo · 7 years ago
  55. a95cfad Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  56. e0c4a5f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  57. e07b98d bpf: Add strict alignment flag for BPF_PROG_LOAD. by David S. Miller · 8 years ago
  58. 1e6e7ea tools build: Fixup sched_getcpu feature test by Arnaldo Carvalho de Melo · 8 years ago
  59. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  60. b0c4780 bpf: Add sparc support to tools and samples. by David S. Miller · 8 years ago
  61. 9961aa6 tools build: Fix feature detection redefinion of build flags by David Carrillo-Cisneros · 8 years ago
  62. 7be6b31 perf tools: Pass PYTHON config to feature detection by David Carrillo-Cisneros · 8 years ago
  63. c8c1886 tools build: Use the same CC for feature detection and actual build by Arnaldo Carvalho de Melo · 8 years ago
  64. 120010c tools build: Add test for sched_getcpu() by Arnaldo Carvalho de Melo · 8 years ago
  65. a940cad perf build: Check LLVM version in feature check by Wang Nan · 8 years ago
  66. 2fedf79 tools build: Move tabs to spaces where suitable by Jiri Olsa · 8 years ago
  67. c7fb4f6 tools build: Add feature detection for clang by Wang Nan · 8 years ago
  68. cb40d55 tools build: Add feature detection for LLVM by Wang Nan · 8 years ago
  69. 285932a tools build: Add jvmti feature detection support by Jiri Olsa · 8 years ago
  70. 87095f7 tools build: Add feature detection for g++ by Wang Nan · 8 years ago
  71. e26e63b perf build: Add sdt feature detection by Masami Hiramatsu · 8 years ago
  72. 1c1a3a4 perf tools: Add feature detection for gelf_getnote() by Arnaldo Carvalho de Melo · 8 years ago
  73. 2492c46 perf build: Add feature detection for libelf's elf_getshdrstrndx() by Arnaldo Carvalho de Melo · 9 years ago
  74. f9be7ee perf build: Add build-test for debug-frame on arm/arm64 by He Kuang · 9 years ago
  75. b1d9600 perf build: Add build-test for libunwind cross-platforms support by He Kuang · 9 years ago
  76. 1a71476 bpf tools: Fix syscall argument by Florian Fainelli · 9 years ago
  77. a431d67 bpf tools: Remove expression with no effect by Florian Fainelli · 9 years ago
  78. bd0419e perf probe: Check if dwarf_getlocations() is available by Arnaldo Carvalho de Melo · 9 years ago
  79. 8ee4646 perf build: Add libcrypto feature detection by Stephane Eranian · 9 years ago
  80. cf9162c tools build: Check basic headers for test-compile feature checker by Wang Nan · 9 years ago
  81. 0c4d40d tools build: Add BPF feature check to test-all by Wang Nan · 9 years ago
  82. 8f9e05f perf tools: Fix PowerPC native building by Wang Nan · 9 years ago
  83. 1925459 tools build: Fix feature Makefile issues with 'O=' by Josh Poimboeuf · 9 years ago
  84. 3af6ed8 tools build: Fix libiberty feature detection by Rabin Vincent · 9 years ago
  85. b0063db tools build: Add test for presence of __get_cpuid() gcc builtin by Arnaldo Carvalho de Melo · 9 years ago
  86. f8ac860 tools build: Add test for presence of numa_num_possible_cpus() in libnuma by Arnaldo Carvalho de Melo · 9 years ago
  87. 7aec51c perf tools: Support static linking with libdw by Andi Kleen · 9 years ago
  88. 1b76c13 bpf tools: Introduce 'bpf' library and add bpf feature check by Wang Nan · 10 years ago
  89. f151f53 perf tools: Fix build errors with mipsel-linux-uclibc compiler by Petri Gynther · 9 years ago
  90. 6c6f0f6 tools build: Add feature check for lzma library by Jiri Olsa · 10 years ago
  91. e6c76d6 perf build: Move feature checks code under tools/build by Jiri Olsa · 10 years ago