1. 3213486 csky: Add support for perf unwind-libdw by Mao Han · 6 years ago
  2. 8a1b171 perf build: Check what binutils's 'disassembler()' signature to use by Song Liu · 6 years ago
  3. 31be947 perf feature detection: Add -lopcodes to feature-libbfd by Song Liu · 6 years ago
  4. 271402a perf build: Add missing FEATURE_CHECK_LDFLAGS-libcrypto by Arnaldo Carvalho de Melo · 6 years ago
  5. 5c4d7c8 perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASIC by Arnaldo Carvalho de Melo · 6 years ago
  6. 1c3b28f perf coresight: Do not test for libopencsd by default by Arnaldo Carvalho de Melo · 6 years ago
  7. aa8f9c5 tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaio by Arnaldo Carvalho de Melo · 6 years ago
  8. 14541b1 perf build: Don't unconditionally link the libbfd feature test to -liberty and -lz by Stanislav Fomichev · 6 years ago
  9. d7a8c4a perf tools: Add missing open_memstream() prototype for systems lacking it by Arnaldo Carvalho de Melo · 6 years ago
  10. 748fe08 perf tools: Add missing sigqueue() prototype for systems lacking it by Arnaldo Carvalho de Melo · 6 years ago
  11. 2a07d81 tools build feature: Check if libaio is available by Alexey Budankov · 6 years ago
  12. 54fceb0 perf build: Give better hint about devel package for libssl by Arnaldo Carvalho de Melo · 6 years ago
  13. dd1d004 perf jvmti: Separate jvmti cmlr check by Jiri Olsa · 6 years ago
  14. 11c6cbe tools build feature: Check if eventfd() is available by Arnaldo Carvalho de Melo · 6 years ago
  15. 8feb8ef tools build feature: Check if get_current_dir_name() is available by Arnaldo Carvalho de Melo · 6 years ago
  16. 36b8d46 perf tools: Fix use of alternatives to find JDIR by Jarod Wilson · 6 years ago
  17. 83868bf perf build: Fix installation directory for eBPF by Thomas Richter · 6 years ago
  18. a7f660d perf trace arm64: Use generated syscall table by Kim Phillips · 7 years ago
  19. 32aa928 perf tools: Use python-config --includes rather than --cflags by Jeremy Cline · 6 years ago
  20. 8f12a2f perf bpf: Add 'examples' directories by Arnaldo Carvalho de Melo · 7 years ago
  21. 1b16fff perf llvm-utils: Add bpf include path to clang command line by Arnaldo Carvalho de Melo · 7 years ago
  22. 22e9af4 perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT by Jin Yao · 7 years ago
  23. e14b733 perf jvmti: Give hints about package names needed to build by Arnaldo Carvalho de Melo · 7 years ago
  24. a36ebe4 perf config: Rename to HAVE_DWARF_GETLOCATIONS_SUPPORT by Jin Yao · 7 years ago
  25. 8e2c241 perf config: Add some new -DHAVE_XXX to CFLAGS by Jin Yao · 7 years ago
  26. 744e9a9 perf tools arm64: Add libdw DWARF post unwind support for ARM64 by Kim Phillips · 7 years ago
  27. 66dfdff perf tools: Add Python 3 support by Jaroslav Škarvada · 7 years ago
  28. 4281da2 perf trace powerpc: Use generated syscall table by Ravi Bangoria · 7 years ago
  29. aa6292f perf tools: Integrating the CoreSight decoding library by Mathieu Poirier · 7 years ago
  30. b3fa389 perf trace: Remove audit-libs dependency if syscall tables are present by Hendrik Brueckner · 7 years ago
  31. 99402e0 perf build: Display EXTRA features for VF=1 build by Jiri Olsa · 7 years ago
  32. 24787af perf tools: Enable LIBBABELTRACE by default by Jiri Olsa · 7 years ago
  33. a9a3f1d perf s390: Always build with -fPIC by Hendrik Brueckner · 7 years ago
  34. 922991c Revert "perf s390: Always build with -fPIC" by Arnaldo Carvalho de Melo · 7 years ago
  35. 901bb02 perf trace: Use generated syscall table on s390 too by Hendrik Brueckner · 7 years ago
  36. d0300e5 Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to v4.15 by Ingo Molnar · 7 years ago
  37. c6707fd perf tools: Fix up build in hardnened environments by Jiri Olsa · 7 years ago
  38. 1dc4ddf perf s390: Always build with -fPIC by Hendrik Brueckner · 7 years ago
  39. 25ab5ab tools build feature: Check if pthread_barrier_t is available by Arnaldo Carvalho de Melo · 7 years ago
  40. 86f5fe0 perf tools: Use shell function for perl cflags retrieval by Jiri Olsa · 7 years ago
  41. f704ef4 s390/perf: add support for perf_regs and libdw by Heiko Carstens · 9 years ago
  42. 3866058 perf tools: Robustify detection of clang binary by David Carrillo-Cisneros · 7 years ago
  43. 60913e0 perf tools: Fix static linking with libunwind by Konstantin Khlebnikov · 7 years ago
  44. ba335df perf tools: Fix static linking with libdw from elfutils by Konstantin Khlebnikov · 7 years ago
  45. 86bcdb5 tools build: Add test for setns() by Arnaldo Carvalho de Melo · 7 years ago
  46. a7f0fda perf unwind: Support for powerpc by Paolo Bonzini · 8 years ago
  47. 7a759cd perf tools: Fix build with ARCH=x86_64 by Jiada Wang · 8 years ago
  48. e5e992a perf tools: Disable JVMTI if no ELF support available by David Carrillo-Cisneros · 8 years ago
  49. 7be6b31 perf tools: Pass PYTHON config to feature detection by David Carrillo-Cisneros · 8 years ago
  50. 120010c tools build: Add test for sched_getcpu() by Arnaldo Carvalho de Melo · 8 years ago
  51. 8bd8c65 tools perf scripting python: clang doesn't have -spec, remove it by Arnaldo Carvalho de Melo · 8 years ago
  52. 49b3cd3 tools: Set the maximum optimization level according to the compiler being used by Arnaldo Carvalho de Melo · 8 years ago
  53. 2484c4c perf tools: Remove unneccessary feature-dwarf warning by David Carrillo-Cisneros · 8 years ago
  54. a940cad perf build: Check LLVM version in feature check by Wang Nan · 8 years ago
  55. e67d52d perf clang: Update test case to use real BPF script by Wang Nan · 8 years ago
  56. d58ac0b perf build: Add clang and llvm compile and linking support by Wang Nan · 8 years ago
  57. d4dfdf0 perf jvmti: Plug compilation into perf build by Jiri Olsa · 8 years ago
  58. 621cb4e perf jit: Enable jitdump support without dwarf by Maciej Debski · 8 years ago
  59. 08d5204 perf tools: Confine __get_cpuid() to x86 architecture by Mathieu Poirier · 8 years ago
  60. 4842576 perf tools: Move config/Makefile into Makefile.config by Jiri Olsa · 8 years ago[Renamed from tools/perf/config/Makefile]
  61. e26e63b perf build: Add sdt feature detection by Masami Hiramatsu · 8 years ago
  62. 1c1a3a4 perf tools: Add feature detection for gelf_getnote() by Arnaldo Carvalho de Melo · 8 years ago
  63. 3c7752f perf tools: Don't add kernel directories to the header search path by Arnaldo Carvalho de Melo · 8 years ago
  64. 12f0203 tools: Copy uapi/asm/perf_regs.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  65. 971e827 tools lib bpf: Copy bpf.h and bpf_common.h from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  66. c4b6014 tools: Add copy of perf_event.h to tools/include/linux/ by Arnaldo Carvalho de Melo · 8 years ago
  67. cec07f5 perf tools: Move syscall number fallbacks from perf-sys.h to tools/arch/x86/include/asm/ by Arnaldo Carvalho de Melo · 9 years ago
  68. 2492c46 perf build: Add feature detection for libelf's elf_getshdrstrndx() by Arnaldo Carvalho de Melo · 9 years ago
  69. 9f776ba perf tools: Update makefile message for installing slang devel package by Neeraj Badlani · 9 years ago
  70. b573d80 kbuild: List libelf-devel as an alternative by Jean Delvare · 9 years ago
  71. 906a827 perf unwind: Fix compile error for static cross build by He Kuang · 9 years ago
  72. b8ab922 Merge tag 'perf-core-for-mingo-20160607' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  73. 057fbfb perf callchain: Support aarch64 cross-platform by He Kuang · 9 years ago
  74. 52ffe0f perf callchain: Support x86 target platform by He Kuang · 9 years ago
  75. 9d8e14d perf unwind: Separate local/remote libunwind config by He Kuang · 9 years ago
  76. 403cacb perf unwind: Don't mix LIBUNWIND_LIBS into LIBUNWIND_LDFLAGS by He Kuang · 9 years ago
  77. 195106b perf unwind: Use LIBUNWIND_DIR for remote libunwind feature check by He Kuang · 9 years ago
  78. c04a588 Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  79. c452246 perf/powerpc: Add support for unwinding perf-stackdump by Chandan Kumar · 9 years ago
  80. dc642e8 tools/perf: Map the ID values with register names by Anju T · 9 years ago
  81. 1b700c9 perf tools: Build syscall table .c header from kernel's syscall_64.tbl by Arnaldo Carvalho de Melo · 9 years ago
  82. 860b69f perf tools: Remove superfluous ARCH Makefile includes by Jiri Olsa · 9 years ago
  83. bd0419e perf probe: Check if dwarf_getlocations() is available by Arnaldo Carvalho de Melo · 9 years ago
  84. ca70c24 tools: Move utilities.mak from perf to tools/scripts/ by Arnaldo Carvalho de Melo · 9 years ago
  85. e12b202 perf jitdump: Build only on supported archs by Jiri Olsa · 9 years ago
  86. 8ee4646 perf build: Add libcrypto feature detection by Stephane Eranian · 9 years ago
  87. 5a155bb perf build: Remove all condition feature check {C,LD}FLAGS by Wang Nan · 9 years ago
  88. 96b9e70 perf build: Introduce FEATURES_DUMP make variable by Jiri Olsa · 9 years ago
  89. 84cfac7 perf tools: Set and pass DOCDIR to builtin-report.c by Namhyung Kim · 9 years ago
  90. 935e6bd tools: Move Makefile.arch from perf/config to tools/scripts by Wang Nan · 9 years ago
  91. 11dc0c5 perf tools: Add -lutil in python lib list for broken python-config by Wang Nan · 9 years ago
  92. 14cbfbe perf report: Show random usage tip on the help line by Namhyung Kim · 9 years ago
  93. 76ee2ff tools build feature: Move dwarf post unwind choice output into perf by Jiri Olsa · 9 years ago
  94. 8488335 Revert "perf tools: Improve setting of gcc debug option" by Arnaldo Carvalho de Melo · 9 years ago
  95. 1c0ed63 perf bpf: Add BPF_PROLOGUE config options for further patches by Wang Nan · 9 years ago
  96. ed63f34c perf tools: Make perf depend on libbpf by Wang Nan · 9 years ago
  97. 02386c3 Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  98. b0063db tools build: Add test for presence of __get_cpuid() gcc builtin by Arnaldo Carvalho de Melo · 9 years ago
  99. f8ac860 tools build: Add test for presence of numa_num_possible_cpus() in libnuma by Arnaldo Carvalho de Melo · 9 years ago
  100. 63ab024 perf tools: regs_query_register_offset() infrastructure by Wang Nan · 9 years ago