1. 81fccd6 perf record: Fix failed memory allocation for get_cpuid_str by Thomas Richter · 7 years ago
  2. ffd3d18 perf tools: Add ARM Statistical Profiling Extensions (SPE) support by Kim Phillips · 7 years ago
  3. 44df1af perf tools: Fix compile error with libunwind x86 by Wang Nan · 7 years ago
  4. f1031c8 perf probe arm64: Fix symbol fixup issues due to ELF type by Kim Phillips · 7 years ago
  5. 4b3a271 perf probe: Find versioned symbols from map by Masami Hiramatsu · 7 years ago
  6. 4e8fbc1 perf env: Adopt perf_env__arch() from the annotate code by Arnaldo Carvalho de Melo · 7 years ago
  7. 164a747f perf s390: Generate system call table from asm/unistd.h by Hendrik Brueckner · 7 years ago
  8. faaf956 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 7 years ago
  9. 10b9baa tools arch s390: Do not include header files from the kernel sources by Arnaldo Carvalho de Melo · 7 years ago
  10. 76523de Merge tag 'v4.15-rc3' into perf/core, to refresh the tree by Ingo Molnar · 7 years ago
  11. d0300e5 Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to v4.15 by Ingo Molnar · 7 years ago
  12. f74b9d3a perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap by Wang Nan · 7 years ago
  13. a81c421 perf s390: add regs_query_register_offset() by Hendrik Brueckner · 7 years ago
  14. b57df28 perf tools arm64: Add support for get_cpuid_str function. by Ganapatrao Kulkarni · 7 years ago
  15. 54e32dc perf pmu: Pass pmu as a parameter to get_cpuid_str() by Ganapatrao Kulkarni · 7 years ago
  16. 36c2636 perf annotate: Fix unnecessary memory allocation for s390x by Thomas Richter · 7 years ago
  17. de9954b s390/perf: add perf register support for floating-point registers by Hendrik Brueckner · 7 years ago
  18. a9fc2db s390/perf: define common DWARF register string table by Hendrik Brueckner · 7 years ago
  19. f704ef4 s390/perf: add support for perf_regs and libdw by Heiko Carstens · 9 years ago
  20. a3f22d5 s390/perf: add callback to perf to enable using AUX buffer by Pu Hou · 8 years ago
  21. 15bcdc94 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. 696e2457 perf annotate: Remove arch::cpuid_parse callback by Jiri Olsa · 7 years ago
  24. c976a7d Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixes by Arnaldo Carvalho de Melo · 7 years ago
  25. 5357413 perf test: Fix vmlinux failure on s390x part 2 by Thomas Richter · 7 years ago
  26. b28503a perf test: Fix vmlinux failure on s390x by Thomas Richter · 7 years ago
  27. 5c9295b perf tests: Remove Intel CQM perf test by Xiaochen Shen · 7 years ago
  28. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  29. df770ff perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data file by Mike Leach · 7 years ago
  30. 4a084ec perf report: Fix module symbol adjustment for s390x by Thomas Richter · 7 years ago
  31. 81f17c9 perf test: Add 'struct test *' to the test functions by Arnaldo Carvalho de Melo · 7 years ago
  32. 8255e1e perf build: Clarify open-coded header version warning message by Ingo Molnar · 7 years ago
  33. cf6383f perf report: Fix kernel symbol adjustment for s390x by Thomas Richter · 7 years ago
  34. 91a8c5b perf intel-pt: Always set no branch for dummy event by Kan Liang · 8 years ago
  35. 69d8bd8 perf intel-pt: Set no_aux_samples for the tracking event by Kan Liang · 8 years ago
  36. 544abd4 perf probe: Allow placing uprobes in alternate namespaces. by Krister Johansen · 8 years ago
  37. 69fb09f perf annotate: Check for fused instructions by Jin Yao · 8 years ago
  38. d5b1a5f x86/insn: perf tools: Add new ptwrite instruction by Adrian Hunter · 8 years ago
  39. 9fd629f perf intel-pt: Add default config for pass-through branch enable by Adrian Hunter · 8 years ago
  40. a7f0fda perf unwind: Support for powerpc by Paolo Bonzini · 8 years ago
  41. d3cef7f perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv array by Kim Phillips · 8 years ago
  42. 0c788d4 perf coresight: Remove superfluous check before use by Kim Phillips · 8 years ago
  43. afaed6d tools: Adopt __printf from kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  44. 7a759cd perf tools: Fix build with ARCH=x86_64 by Jiada Wang · 8 years ago
  45. 6db47fd perf annotate: Add missing powerpc triplet by Kim Phillips · 8 years ago
  46. d1f7b02 perf annotate: Fix AArch64 comment char by Kim Phillips · 8 years ago
  47. d8040645 perf symbols: Allow user probes on versioned symbols by Paul Clarke · 8 years ago
  48. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  49. 4208735 perf tools: Remove poll.h and wait.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  50. 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  51. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  52. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  53. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  54. aa8cc2f perf tools: Replace STR() calls with __stringify() by Arnaldo Carvalho de Melo · 8 years ago
  55. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  56. 4c38c8f perf unwind arm64: Add missing errno.h header by Arnaldo Carvalho de Melo · 8 years ago
  57. d9f8dfa perf annotate s390: Implement jump types for perf annotate by Christian Borntraeger · 8 years ago
  58. f5a7080 perf sdt powerpc: Add argument support by Ravi Bangoria · 8 years ago
  59. fd5cead perf trace: Beautify statx syscall 'flag' and 'mask' arguments by Arnaldo Carvalho de Melo · 8 years ago
  60. d451a20 perf/sdt/x86: Move OP parser to tools/perf/arch/x86/ by Ravi Bangoria · 8 years ago
  61. 2d01ecc perf/sdt/x86: Add renaming logic for (missing) 8 bit registers by Ravi Bangoria · 8 years ago
  62. 8544d24 perf sdt x86: Add renaming logic for rNN and other registers by Ravi Bangoria · 8 years ago
  63. 3b1f831 perf probe: Add sdt probes arguments into the uprobe cmd string by Alexis Berlemont · 8 years ago
  64. 44ca934 perf powerpc: Choose local entry point with kretprobes by Naveen N. Rao · 8 years ago
  65. 3bb53c9 perf tools arm64: Add support for generating bpf prologue by He Kuang · 8 years ago
  66. 1b29dfb perf probe: Fix wrong register name for arm64 by He Kuang · 8 years ago
  67. 0fcb1da perf annotate: AArch64 support by Kim Phillips · 8 years ago
  68. 030910c perf test: Remove "test" and similar strings from test descriptions by Arnaldo Carvalho de Melo · 8 years ago
  69. dbdebdc perf annotate: Initial PowerPC support by Ravi Bangoria · 8 years ago
  70. acc9bfb perf annotate: Improve support for ARM by Arnaldo Carvalho de Melo · 8 years ago
  71. 763d896 perf annotate: Add per arch instructions annotate handlers by Arnaldo Carvalho de Melo · 8 years ago
  72. ca7202b perf tools: Update x86's syscall_64.tbl, adding pkey_(alloc,free,mprotect) by Arnaldo Carvalho de Melo · 8 years ago
  73. 04b553a perf coresight: Removing miscellaneous debug output by Mathieu Poirier · 8 years ago
  74. b4974b4 perf tools: Sync copy of x86's syscall table by Arnaldo Carvalho de Melo · 8 years ago
  75. a1d9972 perf uretprobe ppc64le: Fix probe location by Ravi Bangoria · 8 years ago
  76. f33d122 perf tools: Support CPU id matching for x86 v2 by Andi Kleen · 8 years ago
  77. ce88f27 perf powerpc: Support CPU ID matching for Powerpc by Sukadev Bhattiprolu · 8 years ago
  78. d18019a perf tests: Add dwarf unwind test for powerpc by Ravi Bangoria · 8 years ago
  79. c093f30 perf intel-pt: Record address filter in AUXTRACE_INFO event by Adrian Hunter · 8 years ago
  80. fa8025c perf intel-pt: Add support for recording the max non-turbo ratio by Adrian Hunter · 8 years ago
  81. 3becf45 perf tools: Add sink configuration for cs_etm PMU by Mathieu Poirier · 8 years ago
  82. a818c56 perf tools: Add coresight etm PMU record capabilities by Mathieu Poirier · 8 years ago
  83. 7e21b0d perf tools: Make coresight PMU listable by Mathieu Poirier · 8 years ago
  84. 7a023fd perf probe: Fix dwarf regs table for x86_64 by Arnaldo Carvalho de Melo · 8 years ago
  85. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
  86. 293d5b4 perf probe: Support probing on offline cross-arch binary by Masami Hiramatsu · 8 years ago
  87. 3d918fb perf intel-pt: Fix occasional decoding errors when tracing system-wide by Adrian Hunter · 8 years ago
  88. f046f3d perf ppc64le: Fix build failure when libelf is not present by Ravi Bangoria · 8 years ago
  89. 99e608b perf probe ppc64le: Fix probe location when using DWARF by Ravi Bangoria · 8 years ago
  90. 7f7d556 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  92. 203d8a4 perf s390: Fix 'start' address of module's map by Song Shan Gong · 8 years ago
  93. fd1d961 x86/insn: remove pcommit by Dan Williams · 9 years ago
  94. 6c4d0b41 perf tools: Add AVX-512 instructions to the new instructions test by Adrian Hunter · 8 years ago
  95. 6f6ef07 x86/insn: perf tools: Fix vcvtph2ps instruction decoding by Adrian Hunter · 8 years ago
  96. 175729f perf tools: Remove needless includes from cache.h by Arnaldo Carvalho de Melo · 9 years ago
  97. 10ca87f perf tests x86 rdpmc: Add missing headers by Arnaldo Carvalho de Melo · 9 years ago
  98. c8b5f2c tools: Introduce str_error_r() by Arnaldo Carvalho de Melo · 9 years ago
  99. f3d082c perf tools: Sync copy of syscall_64.tbl with the kernel by Arnaldo Carvalho de Melo · 9 years ago
  100. 78f69b5 perf tools: Add more toolchain triplets by Ravi Bangoria · 9 years ago