1. df4c6de perf tests: Add missing attr stat basic test by Jiri Olsa · 12 years ago
  2. 68d8075 perf report: Postpone objdump check until annotation requested by Namhyung Kim · 12 years ago
  3. 9783adf perf tools: Introduce struct hist_browser_timer by Namhyung Kim · 12 years ago
  4. 48ed0ec perf tools: Use normalized arch name for searching objdump path by Namhyung Kim · 12 years ago
  5. b84800a perf tests: Add documentation for attr tests by Jiri Olsa · 12 years ago
  6. 8a6408a perf tests: Add attr stat default test by Jiri Olsa · 12 years ago
  7. 149960a perf tests: Add attr stat default test by Jiri Olsa · 12 years ago
  8. 28ae79c perf tests: Add attr stat event syntax group test by Jiri Olsa · 12 years ago
  9. a6d3476 perf tests: Add attr stat group test by Jiri Olsa · 12 years ago
  10. 9602681 perf tests: Add attr stat no-inherit test by Jiri Olsa · 12 years ago
  11. 9c90178 perf tests: Add attr record branch filter tests by Jiri Olsa · 12 years ago
  12. 2fa10f2 perf tests: Add attr record branch any test by Jiri Olsa · 12 years ago
  13. f2e264c perf tests: Add attr record no delay test by Jiri Olsa · 12 years ago
  14. 8131058 perf tests: Add attr record raw test by Jiri Olsa · 12 years ago
  15. 2382364 perf tests: Add attr record data test by Jiri Olsa · 12 years ago
  16. 0a3021c perf tests: Add attr record no-inherit test by Jiri Olsa · 12 years ago
  17. 55adeee perf tests: Add attr record no samples test by Jiri Olsa · 12 years ago
  18. da98f8d perf tests: Add attr record period test by Jiri Olsa · 12 years ago
  19. 8b96829 perf tests: Add attr record graph test by Jiri Olsa · 12 years ago
  20. a0f25be perf tests: Add attr record count test by Jiri Olsa · 12 years ago
  21. 44cfcf4 perf tests: Add attr record freq test by Jiri Olsa · 12 years ago
  22. 76062f6 perf tests: Add attr record event syntax group test by Jiri Olsa · 12 years ago
  23. 4f59de0 perf tests: Add attr record group test by Jiri Olsa · 12 years ago
  24. d898b24 perf tests: Add attr tests under builtin test command by Jiri Olsa · 12 years ago
  25. bf77974 perf tests: Add attr record basic test by Jiri Olsa · 12 years ago
  26. 52502bf perf tests: Add framework for automated perf_event_attr tests by Jiri Olsa · 12 years ago
  27. 945aea2 perf tests: Move test objects into 'tests' directory by Jiri Olsa · 12 years ago
  28. c77d8d7 perf browser: Don't show scripts menu for 'perf top' by Feng Tang · 12 years ago
  29. dc53eda perf tools: Remove BINDIR define from exec_cmd.o compilation by Jiri Olsa · 12 years ago
  30. ffadcf0 perf annotate: Handle XBEGIN like a jump by Andi Kleen · 12 years ago
  31. 688b2c2 perf tools: Handle --version string generation on machines without git by Arnaldo Carvalho de Melo · 12 years ago
  32. 0e2af95 perf tools: Further speed up the perf build by Ingo Molnar · 12 years ago
  33. acddedf perf tools: Speed up the perf build time by simplifying the perf --version string generation by Ingo Molnar · 12 years ago
  34. cd69ef8 perf tools: Add info about cross compiling for Android ARM by Joonsoo Kim · 12 years ago
  35. d30ff29 perf tools: Warn about missing libelf by Namhyung Kim · 12 years ago
  36. 95d18aa perf/x86: Fix sparse warnings by Peter Huewe · 12 years ago
  37. 8748dd9 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  38. 0da2e9c perf python: Initialize 'page_size' variable by Arnaldo Carvalho de Melo · 12 years ago
  39. 0089fa9 perf record: Fix mmap error output condition by Jiri Olsa · 12 years ago
  40. e84ba4e perf header: Add is_perf_magic() func by Feng Tang · 12 years ago
  41. cdbab7c perf hists browser: Integrate script browser into main hists browser by Feng Tang · 12 years ago
  42. 79ee47f perf annotate browser: Integrate script browser into annotation browser by Feng Tang · 12 years ago
  43. 6651782 perf scripts browser: Add a browser for perf script by Feng Tang · 12 years ago
  44. 49e639e perf script: Add more filter to find_scripts() by Feng Tang · 12 years ago
  45. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  46. cdd059d perf tools: Move dso_* related functions into dso object by Jiri Olsa · 12 years ago
  47. ea36c46 perf tools: Move strxfrchar into string object by Jiri Olsa · 12 years ago
  48. b2aff5f perf tools: Move hex2u64 into util object by Jiri Olsa · 12 years ago
  49. 4383db8 perf tools: Move BUILD_ID_SIZE into build-id object by Jiri Olsa · 12 years ago
  50. ebb296c perf tools: Move build_id__sprintf into build-id object by Jiri Olsa · 12 years ago
  51. 9175ce1 perf tools: Move parse_events error printing to parse_events_options by Andi Kleen · 12 years ago
  52. 9db5506 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  53. 1f16c57 perf stat: Add --pre and --post command by Peter Zijlstra · 12 years ago
  54. 54a3cf5 perf inject: Mark a dso if it's used by Andrew Vagin · 12 years ago
  55. 26a031e perf inject: Merge sched_stat_* and sched_switch events by Andrew Vagin · 12 years ago
  56. e558a5b perf inject: Work with files by Andrew Vagin · 12 years ago
  57. fcc3280 perf tools: Fix LIBELF_MMAP checking by Namhyung Kim · 12 years ago
  58. cf3aa10 perf tools: Always show CHK message when doing try-cc by Namhyung Kim · 12 years ago
  59. 615d774 perf tools: Convert invocation of MAKE into SUBDIR by Namhyung Kim · 12 years ago
  60. 536e2b0 perf tools: Cleanup doc related targets by Namhyung Kim · 12 years ago
  61. b6f4f80 tools lib traceevent: Do not generate dependency for system header files by Namhyung Kim · 12 years ago
  62. 8f7c1d0 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  63. 1302d88 perf trace: Use sched:sched_stat_runtime to provide a thread summary by Arnaldo Carvalho de Melo · 12 years ago
  64. efd5745 perf trace: Count number of events for each thread and globally by Arnaldo Carvalho de Melo · 12 years ago
  65. ba361c9 perf tools: Don't stop synthesizing threads when one vanishes by Arnaldo Carvalho de Melo · 12 years ago
  66. 6ca2a9c Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  67. af3df2c perf tools: Try to build Documentation when installing by Borislav Petkov · 12 years ago
  68. 814d7a4 perf trace: Print the name of a syscall when failing to read its info by Arnaldo Carvalho de Melo · 12 years ago
  69. 8b74526 perf tools: Pretty print errno for some more functions by Arnaldo Carvalho de Melo · 12 years ago
  70. ae9ed03 perf trace: Add duration filter by Arnaldo Carvalho de Melo · 12 years ago
  71. 60c907a perf trace: Add an event duration column by Arnaldo Carvalho de Melo · 12 years ago
  72. 752fde4 perf trace: Support interrupted syscalls by Arnaldo Carvalho de Melo · 12 years ago
  73. 9a8e85a perf test: Align the 'Ok'/'FAILED!' test results by Arnaldo Carvalho de Melo · 12 years ago
  74. 2305c82 perf tools: Give user better message if precise is not supported by David Ahern · 12 years ago
  75. 03f2f93 Account the nr_entries in rblist properly by Suzuki K. Poulose · 12 years ago
  76. 68e94f4 perf tools: Try to find cross-built objdump path by Irina Tirdea · 12 years ago
  77. feb8ada perf tools: Remove noise in python version feature test by Arnaldo Carvalho de Melo · 12 years ago
  78. 28d213b perf tools: Diplays more output on features check for make V=1 by Jiri Olsa · 12 years ago
  79. ce37f40 x86: Allow tracing of functions in arch/x86/kernel/rtc.c by David Vrabel · 12 years ago
  80. 3f3a206 perf test: Add automated tests for pmu sysfs translated events by Jiri Olsa · 12 years ago
  81. 1d33d6d perf tools: Add support to specify hw event as PMU event term by Jiri Olsa · 12 years ago
  82. 3fded96 perf tools: Fix PMU object alias initialization by Jiri Olsa · 12 years ago
  83. 20550a4 perf/x86: Add hardware events translations for Intel P6 cpus by Jiri Olsa · 12 years ago
  84. 0bf79d4 perf/x86: Add hardware events translations for AMD cpus by Jiri Olsa · 12 years ago
  85. 43c032f perf/x86: Add hardware events translations for Intel cpus by Jiri Olsa · 12 years ago
  86. 8300daa perf/x86: Filter out undefined events from sysfs events attribute by Jiri Olsa · 12 years ago
  87. a474739 perf/x86: Make hardware event translations available in sysfs by Jiri Olsa · 12 years ago
  88. ef8c029 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  89. c13d38e perf, cpu hotplug: Use cached value of smp_processor_id() by Srivatsa S. Bhat · 12 years ago
  90. 6760bca perf, cpu hotplug: Run CPU_STARTING notifiers with irqs disabled by Srivatsa S. Bhat · 12 years ago
  91. bffd5fc x86/perf: Fix virtualization sanity check by Andre Przywara · 12 years ago
  92. c1264a4 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
  93. 0e9e3e3 Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  94. 3185bd2 alpha: separate thread-synchronous flags by Al Viro · 12 years ago
  95. 3d0ceac Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  96. e17b131 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  97. 684baeb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  98. 4e3ab74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  99. 4a09cbc Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  100. 62472ef Merge tag 'please-pull-uapi-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago