1. 379649c perf tools: Fix build break on powerpc by Sukadev Bhattiprolu · 9 years ago
  2. 531d241 perf tools: Do not include stringify.h from the kernel sources by Arnaldo Carvalho de Melo · 9 years ago
  3. e12b202 perf jitdump: Build only on supported archs by Jiri Olsa · 9 years ago
  4. a23f96e perf tools: Use 64-bit shifts with (TSC) time conversion by Adrian Hunter · 9 years ago
  5. e17a0e1 perf tests: Initialize sa.sa_flags by Colin Ian King · 9 years ago
  6. 2146afc perf tools: Rename parse_events__free_terms() to parse_events_terms__delete() by Arnaldo Carvalho de Melo · 9 years ago
  7. 78e6c39 perf kvm/powerpc: Add support for HCALL reasons by Hemant Kumar · 9 years ago
  8. 066d359 perf kvm/powerpc: Port perf kvm stat to powerpc by Hemant Kumar · 9 years ago
  9. 48deaa7 perf kvm/{x86,s390}: Remove const from kvm_events_tp by Hemant Kumar · 9 years ago
  10. 162607e perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h by Hemant Kumar · 9 years ago
  11. 14a05e1 perf auxtrace: Add perf_evlist pointer to *info_priv_size() by Mathieu Poirier · 9 years ago
  12. cf89813 perf tests: Remove wrong semicolon in while loop in CQM test by Markus Trippelsdorf · 9 years ago
  13. d2190a8 perf evlist: Remove perf_evlist__(enable|disable)_event functions by Jiri Olsa · 9 years ago
  14. a831e67 perf tests: Give a bit more information on the CQM test failure path by Arnaldo Carvalho de Melo · 9 years ago
  15. 4f4ba0e perf tests: No need to set attr.sample_freq in the perf time to TSC test by Arnaldo Carvalho de Melo · 9 years ago
  16. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  17. 721a1f5 perf tests: Pass the subtest index to each test routine by Arnaldo Carvalho de Melo · 9 years ago
  18. 30433a3 perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is on by Wang Nan · 9 years ago
  19. 035827e perf tests: Add Intel CQM test by Matt Fleming · 9 years ago
  20. d8b167f perf tests: Move x86 tests into arch directory by Matt Fleming · 9 years ago
  21. 31b6753 perf tests: Add arch tests by Matt Fleming · 9 years ago
  22. bbbe6bf perf tools: Introduce regs_query_register_offset() for x86 by Wang Nan · 9 years ago
  23. eebd0bf perf env: Rename some leftovers from rename to perf_env by Arnaldo Carvalho de Melo · 9 years ago
  24. 86c2786 perf intel-pt: Add support for PERF_RECORD_SWITCH by Adrian Hunter · 9 years ago
  25. af4aead perf tools: Fix link time error with sample_reg_masks on non x86 by Stephane Eranian · 9 years ago
  26. 3b27d13 perf dwarf: Fix potential array out of bounds access by Wang Nan · 9 years ago
  27. c5e991e perf/x86: Add list of register names by Stephane Eranian · 9 years ago
  28. ce80d3b perf tools: Rename perf_session_env to perf_env by Kan Liang · 9 years ago
  29. 0de802a perf tools: Add Intel PT support for using CYC packets by Adrian Hunter · 9 years ago
  30. b45fc0b perf tools: Add Intel PT support for using MTC packets by Adrian Hunter · 9 years ago
  31. 11fa7cb perf tools: Pass Intel PT information for decoding MTC and CYC by Adrian Hunter · 9 years ago
  32. bc9b6bf perf tools: Add Intel PT support for PSB periods by Adrian Hunter · 9 years ago
  33. d0170af perf tools: Add Intel BTS support by Adrian Hunter · 9 years ago
  34. 5efb1d5 perf tools: Take Intel PT into use by Adrian Hunter · 9 years ago
  35. 90e457f perf tools: Add Intel PT support by Adrian Hunter · 9 years ago
  36. 74d4582 perf tools xtensa: Add DWARF register names by Max Filippov · 9 years ago
  37. 93df8a1 perf tools: Add empty Build files for architectures lacking them by Ben Hutchings · 9 years ago
  38. 3237f281 perf tools: Add ARM64 perf_regs_load to support libunwind and enable testing by Wang Nan · 10 years ago
  39. 5bcaaca perf tools: Assign default value for some pointers by Martin Liška · 9 years ago
  40. 7b6ff0b perf probe ppc64le: Fixup function entry if using kallsyms lookup by Naveen N. Rao · 9 years ago
  41. d5c2e2c perf probe ppc64le: Prefer symbol table lookup over DWARF by Naveen N. Rao · 9 years ago
  42. c50fc0a perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding by Ananth N Mavinakayanahalli · 9 years ago
  43. 031b84c perf probe ppc: Enable matching against dot symbols automatically by Naveen N. Rao · 9 years ago
  44. fb6d594 perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc by Naveen N. Rao · 9 years ago
  45. d233209 perf probe ppc: Fix symbol fixup issues due to ELF type by Naveen N. Rao · 9 years ago
  46. 6d8e62c perf build: Add arch sparc objects building by Jiri Olsa · 10 years ago
  47. 61b0212 perf build: Add arch sh objects building by Jiri Olsa · 10 years ago
  48. 953bce8 perf build: Add arch s390 objects building by Jiri Olsa · 10 years ago
  49. 07a39e1 perf build: Add arch powerpc objects building by Jiri Olsa · 10 years ago
  50. 7db2161 perf build: Add arch arm64 objects building by Jiri Olsa · 10 years ago
  51. f6ff0e6 perf build: Add arch arm objects building by Jiri Olsa · 10 years ago
  52. 5e8c0fb perf build: Add arch x86 objects building by Jiri Olsa · 10 years ago
  53. 9352aab perf build: Add libperf objects building by Jiri Olsa · 10 years ago
  54. 6bcf9c1 perf tools powerpc: Use dwfl_report_elf() instead of offline. by Sukadev Bhattiprolu · 10 years ago
  55. bb871a9 perf tools: A thread's machine can be found via thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  56. 7d073b3 perf tools powerpc: Cache the DWARF debug info by Sukadev Bhattiprolu · 10 years ago
  57. 660d132 perf tools: Fix build breakage on arm64 targets by Will Deacon · 10 years ago
  58. 29a3ce3 perf tool: fix compilation for ARM by Stephane Eranian · 10 years ago
  59. 65ccb4f perf tools powerpc: Fix build issue when DWARF support is disabled by Anton Blanchard · 10 years ago
  60. ad7e767 perf tools powerpc: Explicitly include util/debug.h by Sukadev Bhattiprolu · 10 years ago
  61. c4d2df4 perf tools: Add arm64 triplets by Elliott Hughes · 10 years ago
  62. 7d88574 perf tools: Fix arm64 build error by Mark Salter · 10 years ago
  63. c94b93c perf powerpc: Include util/util.h and remove stringify macros by Sukadev Bhattiprolu · 10 years ago
  64. a6a69db perf tools: Move rdtsc() function by Adrian Hunter · 10 years ago
  65. 0b43786 perf tools: Allow TSC conversion on any arch by Adrian Hunter · 10 years ago
  66. 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 10 years ago
  67. 3be8e2a perf kvm: Add stat support on s390 by Alexander Yarygin · 10 years ago
  68. 54c801f perf kvm: Add skip_event() for --duration option by Alexander Yarygin · 10 years ago
  69. 9daa812 perf kvm: Move arch specific code into arch/ by Alexander Yarygin · 10 years ago
  70. f8d9ccd perf tools: Allow to use cpuinfo on s390 by Alexander Yarygin · 10 years ago
  71. da50ad6 perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag by Alexander Yarygin · 10 years ago
  72. a60335b perf tools powerpc: Adjust callchain based on DWARF debug info by Sukadev Bhattiprolu · 10 years ago
  73. 97eac38 perf tools: Add libdw DWARF post unwind support for ARM by Jean Pihet · 10 years ago
  74. 90fa9de perf tests: Add dwarf unwind test on ARM by Jean Pihet · 10 years ago
  75. 3418f96 perf tests: Introduce perf_regs_load function on ARM by Jean Pihet · 10 years ago
  76. 21a8b75 perf tools: Consolidate types.h for ARM and ARM64 by Jean Pihet · 10 years ago
  77. d944c4e tools: Consolidate types.h by Borislav Petkov · 11 years ago
  78. 3617660 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core by Ingo Molnar · 10 years ago
  79. aeffe2a Merge branch 'perf/urgent' into perf/core, to resolve conflict by Ingo Molnar · 10 years ago
  80. 9a12672 perf tests x86: Fix stack map lookup in dwarf unwind test by Jiri Olsa · 10 years ago
  81. 6392b4e perf x86: Fix perf to use non-executable stack, again by Mathias Krause · 11 years ago
  82. 8ab596a perf tools ARM64: Wire up perf_regs and unwind support by Jean Pihet · 10 years ago
  83. 93d5731 perf tools: Allocate thread map_groups's dynamically by Arnaldo Carvalho de Melo · 11 years ago
  84. 763d7f5 perf tests x86: Fix memory leak in sample_ustack() by Masanari Iida · 11 years ago
  85. 0a4f2b6 perf tools: Setup default dwarf post unwinder by Jiri Olsa · 11 years ago
  86. 5ea8415 perf tools: Add libdw DWARF post unwind support by Jiri Olsa · 11 years ago
  87. ea3da69 perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_id by Jiri Olsa · 11 years ago
  88. 436aa74 perf callchain: Separate libunwind code to special object by Jiri Olsa · 11 years ago
  89. 352ea45 perf callchain: Add mask into struct regs_dump by Jiri Olsa · 11 years ago
  90. aa16b81 perf tests x86: Add dwarf unwind test by Jiri Olsa · 11 years ago
  91. 3c8b06f perf tests x86: Introduce perf_regs_load function by Jiri Olsa · 11 years ago
  92. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  93. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  94. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  95. 7495f37 ARM: perf: wire up perf_regs and unwind support for ARM by Will Deacon · 11 years ago
  96. fa73158 perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 11 years ago
  97. 602bab1b perf tools: Fix compile of util/tsc.c by David Ahern · 11 years ago
  98. 3bd5a5f perf tools: Add test for converting perf time to/from TSC by Adrian Hunter · 11 years ago
  99. 861e10b perf tools: Fix build on non-glibc systems due to libio.h absence by Cody P Schafer · 12 years ago
  100. 68c465a perf tools: Fix possible double free on error by Thomas Jarosch · 12 years ago