1. f5abaa1 tracing: Add DEFINE_EVENT_FN() macro by Steven Rostedt · 11 years ago
  2. d628409 trace: Allow idle-safe tracepoints to be called from irq by Paul E. McKenney · 11 years ago
  3. 7ece55a trace: Don't declare trace_*_rcuidle functions in modules by Josh Triplett · 12 years ago
  4. 326f418 tracepoint: Use static_key_false(), since static_branch() is deprecated by Jason Baron · 12 years ago
  5. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  6. 2fbb90d tracing/rcu: Add trace_##name##__rcuidle() static tracepoint for inside rcu_idle_exit() sections by Steven Rostedt · 12 years ago
  7. b75ef8b Tracepoint: Dissociate from module mutex by Mathieu Desnoyers · 13 years ago
  8. d430d3d jump label: Introduce static_branch() interface by Jason Baron · 13 years ago
  9. 6549864 tracepoints: Fix section alignment using pointer array by Mathieu Desnoyers · 13 years ago
  10. bd1c8b2 tracepoint: Add __rcu annotation by Lai Jiangshan · 14 years ago
  11. ec6e7c3 tracing/trivial: Add missing comma in TRACE_EVENT comment by Mathieu Desnoyers · 14 years ago
  12. 287050d tracing: Add TRACE_EVENT_CONDITIONAL() by Steven Rostedt · 14 years ago
  13. 1ed0c59 tracing: New macro to set up initial event flags value by Frederic Weisbecker · 14 years ago
  14. 8f7b50c jump label: Tracepoint support for jump labels by Jason Baron · 14 years ago
  15. b70e4f0 tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h by Wu Zhangjin · 14 years ago
  16. 38516ab tracing: Let tracepoints have data passed to tracepoint callbacks by Steven Rostedt · 14 years ago
  17. 53da59a tracepoints: Add check trace callback type by Mathieu Desnoyers · 14 years ago
  18. 2e26ca7 tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one header by Steven Rostedt · 14 years ago
  19. 7f5b774 rcu: Fix tracepoints & lockdep false positive by Lai Jiangshan · 14 years ago
  20. 091ad36 events: Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() by Ingo Molnar · 15 years ago
  21. e5bc972 tracing: Create new DEFINE_EVENT_PRINT by Steven Rostedt · 15 years ago
  22. ff038f5 tracing: Create new TRACE_EVENT_TEMPLATE by Steven Rostedt · 15 years ago
  23. 8cd09a5 tracing: Fix a comment and a trivial format issue in tracepoint.h by Li Hong · 15 years ago
  24. 35dce1a Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core by Ingo Molnar · 15 years ago
  25. 7cb2e3e tracing: add comments to explain TRACE_EVENT out of protection by Steven Rostedt · 15 years ago
  26. 5ac35da tracing/events: fix the include file dependencies by Xiao Guangrong · 15 years ago
  27. 9741987 tracing: Move tracepoint callbacks from declaration to definition by Josh Stone · 15 years ago
  28. 63fbdab tracing: Add DECLARE_TRACE_WITH_CALLBACK() macro by Jason Baron · 15 years ago
  29. 156f5a7 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. by GeunSik Lim · 15 years ago
  30. b8e6555 tracing: remove deprecated TRACE_FORMAT by Steven Rostedt · 15 years ago
  31. ea20d92 tracing: consolidate trace and trace_event headers by Steven Rostedt · 15 years ago
  32. ef18012 tracing: remove funky whitespace in the trace code by Steven Rostedt · 15 years ago
  33. 823f912 tracing: document TRACE_EVENT macro in tracepoint.h by Steven Rostedt · 15 years ago
  34. 30a8fec tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro by Steven Rostedt · 15 years ago
  35. 157587d tracing: remove obsolete TRACE_EVENT_FORMAT macro by Steven Rostedt · 15 years ago
  36. da4d030 tracing: new format for specialized trace points by Steven Rostedt · 15 years ago
  37. 2939b04 tracing: replace TP<var> with TP_<var> by Steven Rostedt · 15 years ago
  38. 6299280 tracing: create the C style tracing for the sched subsystem by Steven Rostedt · 15 years ago
  39. 3cdfdf9 tracing: wrap arguments with PARAMS by Steven Rostedt · 15 years ago
  40. eef62a6 tracing: rename DEFINE_TRACE_FMT to just TRACE_FORMAT by Steven Rostedt · 15 years ago
  41. 7c37730 tracing: add DEFINE_TRACE_FMT to tracepoint.h by Steven Rostedt · 15 years ago
  42. 7e066fb tracepoints: add DECLARE_TRACE() and DEFINE_TRACE() by Mathieu Desnoyers · 16 years ago
  43. 5f38267 tracepoints: do not put arguments in name by Mathieu Desnoyers · 16 years ago
  44. c420970 tracepoints: use unregister return value by Mathieu Desnoyers · 16 years ago
  45. da7b3ea tracepoints: use rcu_*_sched_notrace by Mathieu Desnoyers · 16 years ago
  46. 127cafb tracepoint: introduce *_noupdate APIs. by Lai Jiangshan · 16 years ago
  47. 231375c tracepoints: synchronize unregister static inline by Mathieu Desnoyers · 16 years ago
  48. f2461fc tracepoints: tracepoint_synchronize_unregister() by Mathieu Desnoyers · 16 years ago
  49. 97e1c18 tracing: Kernel Tracepoints by Mathieu Desnoyers · 16 years ago