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