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