1. 34f896d trace: prevent NULL pointer dereference by Kishor PK · 8 years ago
  2. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  3. 1e1dcd9 perf: split perf_trace_buf_prepare into alloc and update parts by Alexei Starovoitov · 8 years ago
  4. ec5e099 perf: optimize perf_fetch_caller_regs by Alexei Starovoitov · 8 years ago
  5. 0a74c5b ftrace/perf: Check sample types only for sampling events by Jiri Olsa · 8 years ago
  6. c17488d Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  7. ba27f2b ftrace: Remove use of control list and ops by Steven Rostedt (Red Hat) · 8 years ago
  8. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  9. 2425bcb tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} by Steven Rostedt (Red Hat) · 9 years ago
  10. 86038c5 perf: Avoid horrible stack usage by Peter Zijlstra (Intel) · 9 years ago
  11. f4be073 perf: Check permission only for parent tracepoint event by Jiri Olsa · 10 years ago
  12. 3da0f18 kprobes, ftrace: Use NOKPROBE_SYMBOL macro in ftrace by Masami Hiramatsu · 10 years ago
  13. 63c45f4 perf: Disallow user-space stack dumps for function trace events by Jiri Olsa · 10 years ago
  14. cfa77bc perf: Disallow user-space callchains for function trace events by Jiri Olsa · 10 years ago
  15. 0022ced perf/trace: Properly use u64 to hold event_id by Vince Weaver · 11 years ago
  16. d5b5f39 ftrace, perf: Avoid infinite event generation loop by Peter Zijlstra · 11 years ago
  17. 12ae030 perf/ftrace: Fix paranoid level for enabling function tracer by Steven Rostedt · 11 years ago
  18. cd92bf6 tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare() by Oleg Nesterov · 11 years ago
  19. b8ebfd3 tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is empty by Oleg Nesterov · 11 years ago
  20. bcada3d 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
  21. e6dab5f perf/trace: Add ability to set a target task for events by Andrew Vagin · 12 years ago
  22. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 13 years ago
  23. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 13 years ago
  24. 5500fa5 ftrace, perf: Add filter support for function trace event by Jiri Olsa · 12 years ago
  25. ced3900 ftrace, perf: Add support to use function tracepoint in perf by Jiri Olsa · 12 years ago
  26. 489c75c ftrace, perf: Add add/del tracepoint perf registration actions by Jiri Olsa · 12 years ago
  27. ceec0b6 ftrace, perf: Add open/close tracepoint perf registration actions by Jiri Olsa · 12 years ago
  28. 61c3265 tracing: New flag to allow non privileged users to use a trace event by Frederic Weisbecker · 14 years ago
  29. a4eaf7f perf: Rework the PMU methods by Peter Zijlstra · 14 years ago
  30. 2aa6127 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  31. 9cb627d perf, trace: Fix module leak by Li Zefan · 14 years ago
  32. 6016ee1 perf, tracing: add missing __percpu markups by Namhyung Kim · 14 years ago
  33. 7ae07ea perf: Humanize the number of contexts by Frederic Weisbecker · 14 years ago
  34. 669336e perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint call by Frederic Weisbecker · 14 years ago
  35. a1d0ce8 tracing: Use class->reg() for all registering of events by Steven Rostedt · 14 years ago
  36. f384c95 Merge branch 'linus' into perf/core by Thomas Gleixner · 14 years ago
  37. a8fb260 perf/tracing: Fix regression of perf losing kprobe events by Steven Rostedt · 14 years ago
  38. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  39. b0f82b8 perf: Drop the skip argument from perf_arch_fetch_regs_caller by Frederic Weisbecker · 14 years ago
  40. 2e97942 perf_events, trace: Fix perf_trace_destroy(), mutex went missing by Peter Zijlstra · 14 years ago
  41. 3771f07 perf_events, trace: Fix probe unregister race by Peter Zijlstra · 14 years ago
  42. 87f44bb perf, trace: Fix !x86 build bug by Peter Zijlstra · 14 years ago
  43. ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 14 years ago
  44. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 14 years ago
  45. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 14 years ago
  46. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 14 years ago
  47. 32c0eda tracing: Remove duplicate id information in event structure by Steven Rostedt · 14 years ago
  48. 2239291 tracing: Remove per event trace registering by Steven Rostedt · 14 years ago
  49. eb1e796 perf: Correctly align perf event tracing buffer by Frederic Weisbecker · 14 years ago
  50. f82c37e Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  51. dcd5c16 perf: Fix unexported generic perf_arch_fetch_caller_regs by Frederic Weisbecker · 14 years ago
  52. 639fe4b perf: export perf_trace_regs and perf_arch_fetch_caller_regs by Xiao Guangrong · 14 years ago
  53. 97d5a22 perf: Drop the obsolete profile naming for trace events by Frederic Weisbecker · 14 years ago[Renamed (73%) from kernel/trace/trace_event_profile.c]
  54. c530665 perf: Take a hot regs snapshot for trace events by Frederic Weisbecker · 14 years ago
  55. 430ad5a perf: Factorize trace events raw sample buffer operations by Xiao Guangrong · 14 years ago
  56. e00bf2e tracing: Change event->profile_count to be int type by Li Zefan · 14 years ago
  57. ce71b9d tracing: Use the perf recursion protection from trace event by Frederic Weisbecker · 14 years ago
  58. 444a2a3 tracing, perf_events: Protect the buffer from recursion in perf by Frederic Weisbecker · 15 years ago
  59. bb3c3e8 Merge commit 'v2.6.32-rc5' into perf/probes by Ingo Molnar · 15 years ago
  60. 75fb409 tracing: Use free_percpu instead of kfree by Frederic Weisbecker · 15 years ago
  61. fe8e5b5 tracing: Check total refcount before releasing bufs in profile_enable failure by Frederic Weisbecker · 15 years ago
  62. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  63. 05bafda tracing: Export trace_profile_buf symbols by Peter Zijlstra · 15 years ago
  64. 20ab4425 tracing: Allocate the ftrace event profile buffer dynamically by Frederic Weisbecker · 15 years ago
  65. e5e25cf tracing: Factorize the events profile accounting by Frederic Weisbecker · 15 years ago
  66. 558e654 tracing/profile: fix profile_disable vs module_unload by Li Zefan · 15 years ago
  67. af6af30 ftrace: Fix perf-tracepoint OOPS by Peter Zijlstra · 15 years ago
  68. 20c8928 tracing/events: fix concurrent access to ftrace_events list by Li Zefan · 15 years ago
  69. a59fd60 tracing/events: convert event call sites to use a link list by Steven Rostedt · 15 years ago
  70. 5452af6 tracing/ftrace: factorize the tracing files creation by Frederic Weisbecker · 15 years ago
  71. ac199db ftrace: event profile hooks by Peter Zijlstra · 15 years ago