1. f428ebd perf tools: Fix AAAAARGH64 memory barriers by Peter Zijlstra · 11 years ago
  2. 3a46817 perf tools: Add support for the xtensa architecture by Baruch Siach · 11 years ago
  3. 509051e perf record: Rename --no-delay to --no-buffering by Arnaldo Carvalho de Melo · 11 years ago
  4. 6619a53 perf record: Add --initial-delay option by Andi Kleen · 11 years ago
  5. b400679 perf tools: Rename 'perf_record_opts' to 'record_opts by Arnaldo Carvalho de Melo · 11 years ago
  6. 69e7e5b perf record: Default -t option to no inheritance by Adrian Hunter · 11 years ago
  7. 602ad87 perf target: Shorten perf_target__ to target__ by Arnaldo Carvalho de Melo · 11 years ago
  8. a94d342 tools/perf: Add required memory barriers by Peter Zijlstra · 11 years ago
  9. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  10. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  11. f5d05bc tools/perf: Support sorting by in_tx or abort branch flags by Andi Kleen · 11 years ago
  12. 70f7b4a perf kvm: Option to print events that exceed a duration by David Ahern · 11 years ago
  13. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  14. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  15. 1bea5b8 perf: Enable building perf tools for Meta by James Hogan · 11 years ago
  16. e23b622 Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  17. 9854783 perf, ARC: Enable building perf tools for ARC by Vineet Gupta · 12 years ago
  18. 0479b8b perf evlist: Make event_copy local to mmaps by David Ahern · 11 years ago
  19. 2c803e5 perf tools: Move get_term_dimensions from top to util.c by David Ahern · 12 years ago
  20. 594ac61 perf evsel: Do missing feature fallbacks in just one place by Arnaldo Carvalho de Melo · 12 years ago
  21. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  22. d2709c7 perf: Make perf build for x86 with UAPI disintegration applied by David Howells · 12 years ago
  23. f2d9cae perf powerpc: Use uapi/unistd.h to fix build error by Sukadev Bhattiprolu · 12 years ago
  24. 1483c2a perf powerpc: Use uapi/unistd.h to fix build error by Sukadev Bhattiprolu · 12 years ago
  25. c81251e perf tests: Final cleanup for builtin-test move by Jiri Olsa · 12 years ago
  26. d898b24 perf tests: Add attr tests under builtin test command by Jiri Olsa · 12 years ago
  27. 52502bf perf tests: Add framework for automated perf_event_attr tests by Jiri Olsa · 12 years ago
  28. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  29. a448a03 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  30. 7762608 perf tools: Fix build on sparc. by David Miller · 12 years ago
  31. 7d380c8 perf: Fix UAPI fallout by Ingo Molnar · 12 years ago
  32. 81f56e5 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  33. 0308968 arm64: Performance counters support by Will Deacon · 12 years ago
  34. 26d3302 perf tools: Support for DWARF mode callchain by Jiri Olsa · 12 years ago
  35. a00dc31 perf record: Fix branch_stack type in perf_record_opts by Stephane Eranian · 12 years ago
  36. 12864b3 perf target: Split out perf_target handling code by Namhyung Kim · 12 years ago
  37. bea0340 perf tools: Introduce struct perf_target by Namhyung Kim · 12 years ago
  38. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  39. eae7a75 perf tools, x86: Build perf on older user-space as well by Ingo Molnar · 12 years ago
  40. bdfebd8 perf record: Add support for sampling taken branch by Roberto Agostino Vitillo · 12 years ago
  41. b538752 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK by Roberto Agostino Vitillo · 12 years ago
  42. bc76efe perf tools: Handle kernels that don't support attr.exclude_{guest,host} by Arnaldo Carvalho de Melo · 12 years ago
  43. 808e122 perf tools: Invert the sample_id_all logic by Arnaldo Carvalho de Melo · 12 years ago
  44. 0c97812 perf tools: Handle kernels that don't support attr.exclude_{guest,host} by Arnaldo Carvalho de Melo · 12 years ago
  45. 7e1ccd3 perf tools: cleanup initialization of attr->size by Stephane Eranian · 12 years ago
  46. b52956c perf tools: Allow multiple threads or processes in record, stat, top by David Ahern · 12 years ago
  47. 0d37aa3 perf tools: Introduce per user view by Arnaldo Carvalho de Melo · 13 years ago
  48. 3e76ac7 perf record: Add ability to record event period by Andrew Vagin · 13 years ago
  49. ed80f58 perf record: Move 'group' to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  50. 01c2d99 perf record: Move mmap_pages to perf_record_opts by Arnaldo Carvalho de Melo · 13 years ago
  51. 35b9d88 perf evlist: Introduce {prepare,start}_workload refactored from 'perf record' by Arnaldo Carvalho de Melo · 13 years ago
  52. 0f82ebc perf evsel: Introduce config attr method by Arnaldo Carvalho de Melo · 13 years ago
  53. 3af6e33 perf ui browser: Handle SIGWINCH by Arnaldo Carvalho de Melo · 13 years ago
  54. fbe96f2 perf tools: Make perf.data more self-descriptive (v8) by Stephane Eranian · 13 years ago
  55. 115d2d8 perf record: Move perf_mmap__write_tail to perf.h by Arnaldo Carvalho de Melo · 14 years ago
  56. 70082dd perf evsel: Introduce mmap support by Arnaldo Carvalho de Melo · 14 years ago
  57. c1e028e perf, MIPS: Support cross compiling of tools/perf for MIPS by Deng-Cheng Zhu · 14 years ago
  58. 8035458 perf options: Type check OPT_BOOLEAN and fix the offenders by Arnaldo Carvalho de Melo · 14 years ago
  59. a1645ce perf: 'perf kvm' tool for monitoring guest performance from host by Zhang, Yanmin · 14 years ago
  60. 618038d perf tools: Move __used from perf.h to linux/compiler.h by Arnaldo Carvalho de Melo · 14 years ago
  61. 895f0ed perf top: Export get_window_dimensions by Arnaldo Carvalho de Melo · 14 years ago
  62. da7196e perf, ARM: Modify kuser rmb() call to compile for Thumb-2 by Will Deacon · 14 years ago
  63. 58e9f94 perf tools: Allow building for ARM by Jamie Iles · 15 years ago
  64. 11ada26 perf tools: Add ia64 support for tools/perf/ by Luck, Tony · 15 years ago
  65. fcd14b3 perf tools, Alpha: Add Alpha support to perf.h by Michael Cree · 15 years ago
  66. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  67. 825c9fb sparc: add basic support for 'perf' by Jens Axboe · 15 years ago
  68. 3c33010 Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf by Linus Torvalds · 15 years ago
  69. 85be928 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  70. 11d1578 perf_counter: Add P6 PMU support by Vince Weaver · 15 years ago
  71. de481ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 15 years ago
  72. 2d4618d parisc: perf: wire up sys_perf_counter_open by Kyle McMartin · 15 years ago
  73. 5a475ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  74. f37a291 perf_counter tools: Add more warnings and fix/annotate them by Ingo Molnar · 15 years ago
  75. 55bcab4 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  76. 8cb76d9 perf_counter tools: Prepare a small callchain framework by Frederic Weisbecker · 15 years ago
  77. 7c6a1c6 perf_counter tools: Rework the file format by Peter Zijlstra · 15 years ago
  78. febe834 perf_counter tools: add cpu_relax()/rmb() definitions for sh. by Paul Mundt · 15 years ago
  79. 12310e9 [S390] Enable tick based perf_counter on s390. by Martin Schwidefsky · 15 years ago
  80. 9cffa8d perf_counter tools: Define and use our own u64, s64 etc. definitions by Paul Mackerras · 15 years ago
  81. f597055 perf_counter tools: Add a data file header by Peter Zijlstra · 15 years ago
  82. 974802e perf_counter: Add forward/backward attribute ABI compatibility by Peter Zijlstra · 15 years ago
  83. 8647093 perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ by Ingo Molnar · 15 years ago[Renamed from Documentation/perf_counter/perf.h]
  84. a21ca2c perf_counter: Separate out attr->type from attr->config by Ingo Molnar · 15 years ago
  85. c70975b perf_counter tools: Fix up the ABI shakeup by Peter Zijlstra · 15 years ago
  86. 85a9f92 perf_counter tools: increase limits, fix by Ingo Molnar · 15 years ago
  87. 1a482f3 perf_counter: Fix userspace build by Peter Zijlstra · 15 years ago
  88. c6eb138 perf_counter tools: increase limits by Ingo Molnar · 15 years ago
  89. 4ba67c1 perfcounter tools: get the syscall number from arch/*/include/asm/unistd.h by Thomas Gleixner · 15 years ago
  90. a92e70237 perfcounter tools: make rdclock an inline function by Thomas Gleixner · 15 years ago
  91. 6eda583 perfcounter tools: move common defines ... to local header file by Thomas Gleixner · 15 years ago