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