1. 8feb8ef tools build feature: Check if get_current_dir_name() is available by Arnaldo Carvalho de Melo · 6 years ago
  2. 531b014 tools: bpf: make use of reallocarray by Jakub Kicinski · 6 years ago
  3. 5fb3d8b perf build: Force llvm/clang test compile output to .make.output by Jiri Olsa · 7 years ago
  4. 36f9dc3 perf build: Add llvm/clang make targets to FILES by Jiri Olsa · 7 years ago
  5. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  6. aa6292f perf tools: Integrating the CoreSight decoding library by Mathieu Poirier · 7 years ago
  7. 39b72cc tools: bpftool: add -DPACKAGE when including bfd.h by Jiong Wang · 7 years ago
  8. fb98266 tools/bpftool: fix bpftool build with bintutils >= 2.9 by Roman Gushchin · 7 years ago
  9. 25ab5ab tools build feature: Check if pthread_barrier_t is available by Arnaldo Carvalho de Melo · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. 86bcdb5 tools build: Add test for setns() by Arnaldo Carvalho de Melo · 7 years ago
  12. 9961aa6 tools build: Fix feature detection redefinion of build flags by David Carrillo-Cisneros · 8 years ago
  13. 7be6b31 perf tools: Pass PYTHON config to feature detection by David Carrillo-Cisneros · 8 years ago
  14. c8c1886 tools build: Use the same CC for feature detection and actual build by Arnaldo Carvalho de Melo · 8 years ago
  15. 120010c tools build: Add test for sched_getcpu() by Arnaldo Carvalho de Melo · 8 years ago
  16. a940cad perf build: Check LLVM version in feature check by Wang Nan · 8 years ago
  17. 2fedf79 tools build: Move tabs to spaces where suitable by Jiri Olsa · 8 years ago
  18. c7fb4f6 tools build: Add feature detection for clang by Wang Nan · 8 years ago
  19. cb40d55 tools build: Add feature detection for LLVM by Wang Nan · 8 years ago
  20. 285932a tools build: Add jvmti feature detection support by Jiri Olsa · 8 years ago
  21. 87095f7 tools build: Add feature detection for g++ by Wang Nan · 8 years ago
  22. e26e63b perf build: Add sdt feature detection by Masami Hiramatsu · 8 years ago
  23. 1c1a3a4 perf tools: Add feature detection for gelf_getnote() by Arnaldo Carvalho de Melo · 8 years ago
  24. 2492c46 perf build: Add feature detection for libelf's elf_getshdrstrndx() by Arnaldo Carvalho de Melo · 8 years ago
  25. f9be7ee perf build: Add build-test for debug-frame on arm/arm64 by He Kuang · 9 years ago
  26. b1d9600 perf build: Add build-test for libunwind cross-platforms support by He Kuang · 9 years ago
  27. bd0419e perf probe: Check if dwarf_getlocations() is available by Arnaldo Carvalho de Melo · 9 years ago
  28. 8ee4646 perf build: Add libcrypto feature detection by Stephane Eranian · 9 years ago
  29. 1925459 tools build: Fix feature Makefile issues with 'O=' by Josh Poimboeuf · 9 years ago
  30. 3af6ed8 tools build: Fix libiberty feature detection by Rabin Vincent · 9 years ago
  31. b0063db tools build: Add test for presence of __get_cpuid() gcc builtin by Arnaldo Carvalho de Melo · 9 years ago
  32. f8ac860 tools build: Add test for presence of numa_num_possible_cpus() in libnuma by Arnaldo Carvalho de Melo · 9 years ago
  33. 7aec51c perf tools: Support static linking with libdw by Andi Kleen · 9 years ago
  34. 1b76c13 bpf tools: Introduce 'bpf' library and add bpf feature check by Wang Nan · 10 years ago
  35. 6c6f0f6 tools build: Add feature check for lzma library by Jiri Olsa · 10 years ago
  36. e6c76d6 perf build: Move feature checks code under tools/build by Jiri Olsa · 10 years ago[Renamed from tools/perf/config/feature-checks/Makefile]
  37. 806f072 perf build: Move features build output under features directory by Jiri Olsa · 10 years ago
  38. 97e7a51 perf build: Disable default check for libbabeltrace by Jiri Olsa · 10 years ago
  39. b49f1a4 perf tools: Improve feature test debuggability by Ingo Molnar · 10 years ago
  40. 53d0a57 perf tools: Add feature check for libbabeltrace by Jiri Olsa · 10 years ago
  41. 39f5704 perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature check by Josh Boyer · 10 years ago
  42. 459a3df perf tools: Provide stub for missing pthread_attr_setaffinity_np by Vineet Gupta · 10 years ago
  43. e92ce12 perf tools: Add gzip decompression support for kernel module by Namhyung Kim · 10 years ago
  44. e477f3f perf tools: Build programs to copy 32-bit compatibility by Adrian Hunter · 10 years ago
  45. 56c7d79 perf tools: Fix make PYTHON override by Namhyung Kim · 10 years ago
  46. f6d3136 perf tools: Add feature test for __sync_val_compare_and_swap by Adrian Hunter · 10 years ago
  47. bac1e4d perf tools: Get rid of on_exit() feature test by Namhyung Kim · 11 years ago
  48. 0066f3b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  49. 280e7c4 perf tools: fix BFD detection on opensuse by Andi Kleen · 11 years ago
  50. 4575789 perf tools: Add feature check for libdw dwarf unwind by Jiri Olsa · 11 years ago
  51. a8a5cd8 perf: tools: Fix cross building by Mark Rutland · 11 years ago
  52. 56560ec perf config: Ignore generated files in feature-checks by Chunwei Chen · 11 years ago
  53. 1448fef perf unwinding: Use the per-feature check flags by Jean Pihet · 11 years ago
  54. e6d7cee perf tools: Remove stackprotector feature check by Jiri Olsa · 11 years ago
  55. e310718 tools/perf/build: Fix feature-libunwind-debug-frame handling by Ingo Molnar · 11 years ago
  56. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  57. 87419c9 perf kvm: Disable live command if timerfd is not supported by David Ahern · 11 years ago
  58. 8a0c4c2 perf tools: Fix libunwind build and feature detection for 32-bit build by Adrian Hunter · 11 years ago
  59. 28e962b perf tools: Fix 32-bit cross build by Adrian Hunter · 11 years ago
  60. 231486a tools/perf/build: Simplify the autodep inclusion rule by Ingo Molnar · 11 years ago
  61. 046fa7a tools/perf/build: Improve the 'stackprotector' feature test by Ingo Molnar · 11 years ago
  62. 01287e2 tools/perf/build: Remove the volatile-register-var feature check by Ingo Molnar · 11 years ago
  63. 0dc0974 tools/perf/build: Fix DPACKAGE definitions for the libbfd et al testcases by Ingo Molnar · 11 years ago
  64. aa4acf6 tools/perf/build: Pass through LDFLAGS to feature tests by Ingo Molnar · 11 years ago
  65. 1c47661 tools/perf/build: Split out feature checks: 'liberty', 'liberty-z', 'cplus-demangle' by Ingo Molnar · 11 years ago
  66. f1138ec tools/perf/build: Speed up auto-detection by Ingo Molnar · 11 years ago
  67. baa9c30 tools/perf/build: Speed up auto-detection of features by adding a 'test-all' target by Ingo Molnar · 11 years ago
  68. fb1c918 tools/perf: Turn strlcpy() into a __weak function by Ingo Molnar · 11 years ago
  69. 4cc9117 tools/perf/build: Split out feature check: 'backtrace' by Ingo Molnar · 11 years ago
  70. 34ef216 tools/perf/build: Split out feature check: 'on-exit' by Ingo Molnar · 11 years ago
  71. d0707c9 tools/perf/build: Split out feature check: 'strlcpy' by Ingo Molnar · 11 years ago
  72. 3b7646e tools/perf/build: Split out feature check: 'libbfd' by Ingo Molnar · 11 years ago
  73. 95d061c tools/perf/build: Split out feature check: 'libpython-version' by Ingo Molnar · 11 years ago
  74. 9734163 tools/perf/build: Split out feature check: 'libpython' by Ingo Molnar · 11 years ago
  75. 7181a67 tools/perf/build: Split out feature check: 'libperl' by Ingo Molnar · 11 years ago
  76. c7a79e9 tools/perf/build: Split out feature check: 'gtk2-infobar' by Ingo Molnar · 11 years ago
  77. 7ef9e05 tools/perf/build: Split out feature check: 'gtk2' by Ingo Molnar · 11 years ago
  78. b9498b5 tools/perf/build: Split out feature check: 'libslang' by Ingo Molnar · 11 years ago
  79. d795a65 tools/perf/build: Split out feature check: 'libaudit' by Ingo Molnar · 11 years ago
  80. 058f952 tools/perf/build: Split out feature check: 'libunwind' by Ingo Molnar · 11 years ago
  81. b7bcef6 tools/perf/build: Split out feature check: 'libelf-getphdrnum' by Ingo Molnar · 11 years ago
  82. 8869b17 tools/perf/build: Split out feature check: 'libelf-mmap' by Ingo Molnar · 11 years ago
  83. 8295d4e tools/perf/build: Split out feature check: 'dwarf' by Ingo Molnar · 11 years ago
  84. e12762c tools/perf/build: Split out feature check: 'glibc' by Ingo Molnar · 11 years ago
  85. 8f7f800 tools/perf/build: Split out feature check: 'libelf' by Ingo Molnar · 11 years ago
  86. 78e9d65 tools/perf/build: Split out feature check: 'bionic' by Ingo Molnar · 11 years ago
  87. 1ea6f99 tools/perf/build: Split out feature check: 'fortify-source' by Ingo Molnar · 11 years ago
  88. c251044 tools/perf/build: Split out feature check: 'volatile-register-var' by Ingo Molnar · 11 years ago
  89. 430be5a tools/perf/build: Split out feature check: 'stackprotector' by Ingo Molnar · 11 years ago
  90. 90ac542 tools/perf/build: Split out feature check: 'stackprotector-all' by Ingo Molnar · 11 years ago
  91. 3ae069c tools/perf/build: Split out feature check: 'libnuma' by Ingo Molnar · 11 years ago
  92. 8b6eb56 tools/perf/build: Add 'autodep' functionality, generate feature test dependencies automatically by Ingo Molnar · 11 years ago
  93. b6aa997 tools/perf/build: Add feature check core code by Ingo Molnar · 11 years ago