1. 0232093 perf tools: Limit unwind support to x86 archs by Jiri Olsa · 12 years ago
  2. 18c9e5c perf annotate: Make it to be able to skip unannotatable symbols by Namhyung Kim · 12 years ago
  3. c0e79be perf gtk/annotate: Fail early if it can't annotate by Namhyung Kim · 12 years ago
  4. 2375223 perf gtk/annotate: Show source lines with gray color by Namhyung Kim · 12 years ago
  5. 7a60ba9 perf gtk/annotate: Support multiple event annotation by Namhyung Kim · 12 years ago
  6. 2b676bf perf ui/gtk: Implement basic GTK2 annotation browser by Namhyung Kim · 12 years ago
  7. e3a3402 perf annotate: Fix warning message on a missing vmlinux by Namhyung Kim · 12 years ago
  8. eeb4984 perf buildid-cache: Add --update option by Namhyung Kim · 12 years ago
  9. a3d4fd7 Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/core by Ingo Molnar · 12 years ago
  10. b2fe8ba uprobes/perf: Avoid uprobe_apply() whenever possible by Oleg Nesterov · 12 years ago
  11. f42d24a uprobes/perf: Teach trace_uprobe/perf code to use UPROBE_HANDLER_REMOVE by Oleg Nesterov · 12 years ago
  12. 31ba334 uprobes/perf: Teach trace_uprobe/perf code to pre-filter by Oleg Nesterov · 12 years ago
  13. 736288b uprobes/perf: Teach trace_uprobe/perf code to track the active perf_event's by Oleg Nesterov · 12 years ago
  14. bdf8647 uprobes: Introduce uprobe_apply() by Oleg Nesterov · 12 years ago
  15. f22c1bb perf: Introduce hw_perf_event->tp_target and ->tp_list by Oleg Nesterov · 12 years ago
  16. 1b47aef uprobes/perf: Always increment trace_uprobe->nhit by Oleg Nesterov · 12 years ago
  17. a932b73 uprobes/tracing: Kill uprobe_trace_consumer, embed uprobe_consumer into trace_uprobe by Oleg Nesterov · 12 years ago
  18. b64b007 uprobes/tracing: Introduce is_trace_uprobe_enabled() by Oleg Nesterov · 12 years ago
  19. 7e4e28c uprobes/tracing: Ensure inode != NULL in create_trace_uprobe() by Oleg Nesterov · 12 years ago
  20. 4161824 uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register() by Oleg Nesterov · 12 years ago
  21. 84d7ed7 uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe() by Oleg Nesterov · 12 years ago
  22. e8440c1 uprobes: Add exports for module use by Josh Stone · 12 years ago
  23. af4355e uprobes: Kill the bogus IS_ERR_VALUE(xol_vaddr) check by Oleg Nesterov · 12 years ago
  24. 608e742 uprobes: Do not allocate current->utask unnecessary by Oleg Nesterov · 12 years ago
  25. aba5102 uprobes: Fix utask->xol_vaddr leak in pre_ssout() by Oleg Nesterov · 12 years ago
  26. a6cb3f6 uprobes: Do not play with utask in xol_get_insn_slot() by Oleg Nesterov · 12 years ago
  27. 5a2df66 uprobes: Turn add_utask() into get_utask() by Oleg Nesterov · 12 years ago
  28. 9b545df uprobes: Fold xol_alloc_area() into get_xol_area() by Oleg Nesterov · 12 years ago
  29. c8a8253 uprobes: Move alloc_page() from xol_add_vma() to xol_alloc_area() by Oleg Nesterov · 12 years ago
  30. 74e59df uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain() by Oleg Nesterov · 12 years ago
  31. cf31ec3 uprobes/x86: Change __skip_sstep() to actually skip the whole insn by Oleg Nesterov · 12 years ago
  32. da1816b uprobes: Teach handler_chain() to filter out the probed task by Oleg Nesterov · 12 years ago
  33. 8a7f2fa uprobes: Reintroduce uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  34. 806a98b uprobes: Rationalize the usage of filter_chain() by Oleg Nesterov · 12 years ago
  35. 66d06df uprobes: Kill uprobes_mutex[], separate alloc_uprobe() and __uprobe_register() by Oleg Nesterov · 12 years ago
  36. 06b7bcd uprobes: Introduce uprobe_is_active() by Oleg Nesterov · 12 years ago
  37. 441f1eb7 uprobes: Kill uprobe_events, use RB_EMPTY_ROOT() instead by Oleg Nesterov · 12 years ago
  38. d4d3ccc uprobes: Kill uprobe->copy_mutex by Oleg Nesterov · 12 years ago
  39. bb92928 uprobes: Kill UPROBE_RUN_HANDLER flag by Oleg Nesterov · 12 years ago
  40. 1ff6fee uprobes: Change filter_chain() to iterate ->consumers list by Oleg Nesterov · 12 years ago
  41. e591c8d uprobes: Introduce uprobe->register_rwsem by Oleg Nesterov · 12 years ago
  42. 9a98e03 uprobes: _register() should always do register_for_each_vma(true) by Oleg Nesterov · 12 years ago
  43. 04aab9b uprobes: _unregister() should always do register_for_each_vma(false) by Oleg Nesterov · 12 years ago
  44. 63633cb uprobes: Introduce filter_chain() by Oleg Nesterov · 12 years ago
  45. fe20d71 uprobes: Kill uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  46. f0744af uprobes: Kill the pointless inode/uc checks in register/unregister by Oleg Nesterov · 12 years ago
  47. bbc33d0 uprobes: Move __set_bit(UPROBE_SKIP_SSTEP) into alloc_uprobe() by Oleg Nesterov · 12 years ago
  48. 661e591 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
  49. 88fd2b6 perf python: Link with sysfs.o by Arnaldo Carvalho de Melo · 12 years ago
  50. e35ef355 perf evlist: Pass the event_group info via perf_attr_details by Arnaldo Carvalho de Melo · 12 years ago
  51. 91b9880 perf tools: Fix calloc argument ordering by Paul Gortmaker · 12 years ago
  52. 5a30a99 perf tests: Adding automated parsing tests for group :GH modifiers by Jiri Olsa · 12 years ago
  53. 89bb67f perf tools: Fix perf_evsel::exclude_GH handling by Jiri Olsa · 12 years ago
  54. b22e7939 perf perl scripts: Fix SIGALRM and pipe read race for rwtop by Jiri Olsa · 12 years ago
  55. 0c5268b perf hists browser: Add support to display whole group data for raw columns by Jiri Olsa · 12 years ago
  56. d7e7a45 perf stat: Add per processor socket count aggregation by Stephane Eranian · 12 years ago
  57. 5ac59a8 perf tools: Add cpu_map processor socket level functions by Stephane Eranian · 12 years ago
  58. 0479b8b perf evlist: Make event_copy local to mmaps by David Ahern · 12 years ago
  59. 5936f54 perf sort: Check return value of strdup() by Namhyung Kim · 12 years ago
  60. 5530998 perf sort: Make setup_sorting returns an error code by Namhyung Kim · 12 years ago
  61. 51f27d1 perf sort: Drop ip_[lr] arguments from _sort__sym_cmp() by Namhyung Kim · 12 years ago
  62. 2209001 perf tools: Check for flex and bison before continuing building by Borislav Petkov · 12 years ago
  63. 74b2133 perf evlist: Fix set event list leader by Stephane Eranian · 12 years ago
  64. ad0de09 perf report: Enable the runtime switching of perf data file by Feng Tang · 12 years ago
  65. 341487ab perf hists browser: Add option for runtime switching perf data file by Feng Tang · 12 years ago
  66. 0fbdad0 perf/x86: Allow for architecture specific RDPMC indexes by Jacob Shin · 12 years ago
  67. 4c1fd17 perf/x86: Move MSR address offset calculation to architecture specific files by Jacob Shin · 12 years ago
  68. 9f19010 perf/x86/amd: Use proper naming scheme for AMD bit field definitions by Jacob Shin · 12 years ago
  69. 4dd4c2a perf/x86/amd: Generalize northbridge constraints code for family 15h by Robert Richter · 12 years ago
  70. 2c53c3d perf/x86/amd: Rework northbridge event constraints handler by Robert Richter · 12 years ago
  71. f2b4367 perf/powerpc: Fix build error by Sukadev Bhattiprolu · 12 years ago
  72. f7355a5 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 12 years ago
  73. d840f71 tracing: Init current_trace to nop_trace and remove NULL checks by Steven Rostedt (Red Hat) · 12 years ago
  74. 9c4c5fd 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
  75. 2ac3634 perf: Document the ABI of perf sysfs entries by Sukadev Bhattiprolu · 12 years ago
  76. 886c3b2 perf/POWER7: Make some POWER7 events available in sysfs by Sukadev Bhattiprolu · 12 years ago
  77. 1c53a27 perf/POWER7: Make generic event translations available in sysfs by Sukadev Bhattiprolu · 12 years ago
  78. 2663960 perf: Make EVENT_ATTR global by Sukadev Bhattiprolu · 12 years ago
  79. bbdc7aa perf/Power7: Use macros to identify perf events by Sukadev Bhattiprolu · 12 years ago
  80. e6ab07d perf evlist: Add --group option by Namhyung Kim · 12 years ago
  81. 00c7e1f perf report: Add report.group config option by Namhyung Kim · 12 years ago
  82. 01d14f1 perf report: Add --group option by Namhyung Kim · 12 years ago
  83. 717e263 perf report: Show group description when event group is enabled by Namhyung Kim · 12 years ago
  84. fc24d7c perf report: Bypass non-leader events when event group is enabled by Namhyung Kim · 12 years ago
  85. 34b9564 perf gtk/browser: Trim column header string when event group enabled by Namhyung Kim · 12 years ago
  86. cb16008 perf gtk/browser: Add support for event group view by Namhyung Kim · 12 years ago
  87. 371d8c4 perf hists browser: Add suppport for event group view by Namhyung Kim · 12 years ago
  88. 8970146 perf hists browser: Move coloring logic to hpp functions by Namhyung Kim · 12 years ago
  89. 5b9e214 perf ui/hist: Add support for event group view by Namhyung Kim · 12 years ago
  90. 843985e perf gtk/browser: Convert hpp helpers to a function by Namhyung Kim · 12 years ago
  91. 5aed9d2 perf hists browser: Convert hpp helpers to a function by Namhyung Kim · 12 years ago
  92. 4fb7107 perf ui/hist: Consolidate hpp helpers by Namhyung Kim · 12 years ago
  93. 29d720e perf hists: Resort hist entries using group members for output by Namhyung Kim · 12 years ago
  94. 6e1f601 perf report: Make another loop for linking group hists by Namhyung Kim · 12 years ago
  95. a8bb559 perf header: Add HEADER_GROUP_DESC feature by Namhyung Kim · 12 years ago
  96. 8d7d847 perf tests: Add group test conditions by Namhyung Kim · 12 years ago
  97. 97f63e4 perf tools: Keep group information by Namhyung Kim · 12 years ago
  98. 0de233b perf top: Delete maps on exit by Arnaldo Carvalho de Melo · 12 years ago
  99. 11859e8 perf top: Stop using exit() by Arnaldo Carvalho de Melo · 12 years ago
  100. 152fefa 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