1. b64b007 uprobes/tracing: Introduce is_trace_uprobe_enabled() by Oleg Nesterov · 12 years ago
  2. 7e4e28c uprobes/tracing: Ensure inode != NULL in create_trace_uprobe() by Oleg Nesterov · 12 years ago
  3. 4161824 uprobes/tracing: Fully initialize uprobe_trace_consumer before uprobe_register() by Oleg Nesterov · 12 years ago
  4. 84d7ed7 uprobes/tracing: Fix dentry/mount leak in create_trace_uprobe() by Oleg Nesterov · 12 years ago
  5. 74e59df uprobes: Change handle_swbp() to expose bp_vaddr to handler_chain() by Oleg Nesterov · 12 years ago
  6. fe20d71 uprobes: Kill uprobe_consumer->filter() by Oleg Nesterov · 12 years ago
  7. d840f71 tracing: Init current_trace to nop_trace and remove NULL checks by Steven Rostedt (Red Hat) · 12 years ago
  8. debdd57 tracing: Make a snapshot feature available from userspace by Hiraku Toyooka · 12 years ago
  9. 2fd196e tracing: Replace static old_tracer check of tracer name by Hiraku Toyooka · 12 years ago
  10. 5e67b51 tracing: Use sched_clock_cpu for trace_clock_global by Namhyung Kim · 12 years ago
  11. ad96470 ring-buffer: Add stats field for amount read from trace ring buffer by Steven Rostedt (Red Hat) · 12 years ago
  12. 03274a3 tracing/fgraph: Adjust fgraph depth before calling trace return callback by Steven Rostedt (Red Hat) · 12 years ago
  13. 38dbe0b tracing: Remove second iterator initializer by Jovi Zhang · 12 years ago
  14. 8214652 tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_var by Shan Wei · 12 years ago
  15. b736f48 tracing: Mark tracing_dentry_percpu() static by Josh Triplett · 12 years ago
  16. d41032a tracing: Fix unsigned int compare of zero in recursion check by Steven Rostedt · 12 years ago
  17. 0b07436 ring-buffer: Remove trace.h from ring_buffer.c by Steven Rostedt · 12 years ago
  18. 567cd4d ring-buffer: User context bit recursion checking by Steven Rostedt · 12 years ago
  19. 897f68a ftrace: Use only the preempt version of function tracing by Steven Rostedt · 12 years ago
  20. edc15ca tracing: Avoid unnecessary multiple recursion checks by Steven Rostedt · 12 years ago
  21. e46cbf7 tracing: Make the trace recursion bits into enums by Steven Rostedt · 12 years ago
  22. c29f122 ftrace: Add context level recursion bit checking by Steven Rostedt · 12 years ago
  23. 0a01640 ftrace: Optimize the function tracer list loop by Steven Rostedt · 12 years ago
  24. 9640388 ftrace: Fix function tracing recursion self test by Steven Rostedt · 12 years ago
  25. 6350379 ftrace: Fix global function tracers that are not recursion safe by Steven Rostedt · 12 years ago
  26. 05cbbf6 tracing: Fix selftest function recursion accounting by Steven Rostedt · 12 years ago
  27. 34600f0 tracing: Fix race with max_tr and changing tracers by Steven Rostedt · 12 years ago
  28. 0a71e4c tracing: Remove trace.h header from trace_clock.c by Steven Rostedt · 12 years ago
  29. b000c80 tracing: Remove the extra 4 bytes of padding in events by Steven Rostedt · 12 years ago
  30. 06aeaae ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in Kconfig by Masami Hiramatsu · 12 years ago
  31. 8741db5 tracing/fgraph: Add max_graph_depth to limit function_graph depth by Steven Rostedt · 12 years ago
  32. 84c6cf0 tracing: Remove unneeded check of max_tr->buffer before tracing_reset by Steven Rostedt · 12 years ago
  33. a541641 tracing: Add checks if tr->buffer is NULL in tracing_reset{_online_cpus} by Hiraku Toyooka · 12 years ago
  34. 6aea49c tracing/syscalls: Make local functions static by Fengguang Wu · 12 years ago
  35. d24d7db tracing: Verify target file before registering a uprobe event by Jovi Zhang · 12 years ago
  36. d8a0349 tracing: Use this_cpu_ptr per-cpu helper by Shan Wei · 12 years ago
  37. 771e038 ring-buffer: Remove unnecessary recusive call in rb_advance_iter() by Steven Rostedt · 12 years ago
  38. c1bf08a ftrace: Be first to run code modification on modules by Steven Rostedt · 12 years ago
  39. 250bfd3 tracing: Fix regression of trace_pipe by Liu Bo · 12 years ago
  40. 2df8f8a tracing: Fix regression with irqsoff tracer and tracing_on file by Steven Rostedt · 12 years ago
  41. a8dd217 tracing: Fix regression of trace_options file setting by Steven Rostedt · 12 years ago
  42. 758338e Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
  43. b2e902f trace: use kbasename() by Andy Shevchenko · 12 years ago
  44. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 12 years ago
  45. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  46. da830e5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  47. cc1b39d 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
  48. 7e0dd57 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
  49. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  50. 9366c1b ring-buffer: Fix race between integrity check and readers by Steven Rostedt · 12 years ago
  51. 54f7be5 ring-buffer: Fix NULL pointer if rb_set_head_page() fails by Steven Rostedt · 12 years ago
  52. bf3071f tracing: Remove unnecessary WARN_ONCE's from tracing_buffers_splice_read by Dave Jones · 12 years ago
  53. 717a9ef tracing: Remove unneeded checks from the stack tracer by Anton Vorontsov · 12 years ago
  54. d60da50 tracing: Add a resize function to make one buffer equivalent to another buffer by Hiraku Toyooka · 12 years ago
  55. 70f77b3 ftrace: Clear bits properly in reset_iter_read() by Dan Carpenter · 13 years ago
  56. 11043d8 tracing: Show raw time stamp on stats per cpu using counter or tsc mode for trace_clock by Yoshihiro YUNOMAE · 12 years ago
  57. 8be0709 tracing: Format non-nanosec times from tsc clock without a decimal point. by David Sharp · 12 years ago
  58. 8cbd9cc tracing,x86: Add a TSC trace_clock by David Sharp · 12 years ago
  59. 7bcfaf5 tracing: Add trace_options kernel command line parameter by Steven Rostedt · 12 years ago
  60. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 12 years ago
  61. 02404ba tracing: Remove deprecated tracing_enabled file by Steven Rostedt · 12 years ago
  62. 0fb9656 tracing: Make tracing_enabled be equal to tracing_on by Steven Rostedt · 13 years ago
  63. c7b84ec tracing: Remove unused function unregister_tracer() by Steven Rostedt · 13 years ago
  64. 15075ca tracing: Separate open function from set_event and available_events by Steven Rostedt · 13 years ago
  65. 50ecf2c ring-buffer: Change unsigned long type of ring_buffer_oldest_event_ts() to u64 by Yoshihiro YUNOMAE · 12 years ago
  66. 60303ed tracing: Reset ring buffer when changing trace_clocks by David Sharp · 12 years ago
  67. 6f86ab9 tracing: Cleanup unnecessary function declarations by Vaibhav Nagarnaik · 13 years ago
  68. 01e3e71 tracing: Trivial cleanup by David Sharp · 13 years ago
  69. 7ffbd48 tracing: Cache comms only after an event occurred by Steven Rostedt · 12 years ago
  70. 2b70e59 tracing: Have tracing_sched_wakeup_trace() use standard unlock_commit by Steven Rostedt · 12 years ago
  71. 8169883 tracing: Enable comm recording if trace_printk() is used by Steven Rostedt · 12 years ago
  72. b382ede6 tracing: Expand ring buffer when trace_printk() is used by Steven Rostedt · 12 years ago
  73. 884bfe8 ring-buffer: Add a 'dropped events' counter by Slava Pestov · 14 years ago
  74. f43c738 tracing: Change tracer's integer flags to bool by Hiraku Toyooka · 12 years ago
  75. 6f41567 tracing: Allow tracers to start at core initcall by Steven Rostedt · 12 years ago
  76. bcd83ea tracing: Replace strict_strto* with kstrto* by Daniel Walter · 12 years ago
  77. 0d13ac9 uprobes: Fix misleading log entry by Jovi Zhang · 12 years ago
  78. ef8ff74 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 12 years ago
  79. 8e49f41 ring-buffer: Check for uninitialized cpu buffer before resizing by Vaibhav Nagarnaik · 12 years ago
  80. dc92b1f Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  81. 7f60ba3 Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 12 years ago
  82. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  83. d55cb6c ftrace: Allow stealing pages from pipe buffer by Masami Hiramatsu · 12 years ago
  84. 8781915 trace: Move trace event enable from fs_initcall to core_initcall by Ezequiel Garcia · 12 years ago
  85. 5224c3a tracing: Add an option for disabling markers by Mandeep Singh Baines · 12 years ago
  86. d20b92a userns: Teach trace to use from_kuid by Eric W. Biederman · 13 years ago
  87. 26f4527 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
  88. ea632e9 trace: Stop compiling in trace_clock unconditionally by Josh Triplett · 12 years ago
  89. 76bab1b tracing: Skip printing "OK" if failed to disable event by Yuanhan Liu · 12 years ago
  90. 65f8c95 pstore/ftrace: Convert to its own enable/disable debugfs knob by Anton Vorontsov · 12 years ago
  91. 508dc4f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  92. 781d062 ftrace: Do not test frame pointers if -mfentry is used by Steven Rostedt · 14 years ago
  93. a2546fa ftrace: Add -mfentry to Makefile on function tracer by Steven Rostedt · 14 years ago
  94. a0e0fac Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 12 years ago
  95. 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
  96. 60916a9 tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1 by Will Deacon · 12 years ago
  97. 87abb3b tracing/trivial: Fix some typos in kernel/trace by Wang Tianhong · 12 years ago
  98. 92d8d4a tracing/filter: Add missing initialization by Jiri Olsa · 13 years ago
  99. 3c18c10 tracing: Fix wakeup_rt self test on virtual machines by Steven Rostedt · 12 years ago
  100. bd463a0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago