1. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 10 years ago
  2. 41cbc01 Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  3. 14a5ae4 tracing: Use IS_ERR() check for return value of tracing_init_dentry() by Steven Rostedt (Red Hat) · 10 years ago
  4. ce1039b tracing: Fix enabling of syscall events on the command line by Steven Rostedt (Red Hat) · 10 years ago
  5. a7c180a Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  6. 0daa2302 tracing: Add tp_printk cmdline to have tracepoints go to printk() by Steven Rostedt (Red Hat) · 10 years ago
  7. 5f893b2 tracing: Move enabling tracepoints to just after rcu_init() by Steven Rostedt (Red Hat) · 10 years ago
  8. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  9. 1dd7dcb Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  10. 5ac48378 tracing: Use trace_seq_used() and seq_buf_used() instead of len by Steven Rostedt (Red Hat) · 10 years ago
  11. 3a161d9 tracing: Create seq_buf layer in trace_seq by Steven Rostedt (Red Hat) · 11 years ago
  12. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  13. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  14. fe0e01c tracing: Robustify wait loop by Peter Zijlstra · 10 years ago
  15. c9b88e9 Merge tag 'trace-3.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  16. b8c0aa4 Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  17. 5737574 tracing: Kill destroy_call_preds() by Oleg Nesterov · 11 years ago
  18. 3e5454d tracing: Kill destroy_preds() and destroy_file_preds() by Oleg Nesterov · 11 years ago
  19. 2448e34 tracing: instance_rmdir() leaks ftrace_event_file->filter by Oleg Nesterov · 11 years ago
  20. 3448bac tracing: Convert pr_warning() to pr_warn() in trace_events.c by Fabian Frederick · 11 years ago
  21. dc81e5e tracing: Return error if ftrace_trace_arrays list is empty by Yoshihiro YUNOMAE · 11 years ago
  22. de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 11 years ago
  23. 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  24. bc4c426 Revert "tracing: Move event storage for array from macro to standalone function" by Steven Rostedt (Red Hat) · 11 years ago
  25. 8729134 tracing: Fix array size mismatch in format string by Vaibhav Nagarnaik · 11 years ago
  26. 3fd40d1 tracing: Use helper functions in event assignment to shrink macro size by Steven Rostedt · 12 years ago
  27. 35bb439 tracing: Move event storage for array from macro to standalone function by Steven Rostedt · 12 years ago
  28. 45ab2813 tracing: Do not add event files for modules that fail tracepoints by Steven Rostedt (Red Hat) · 11 years ago
  29. 2875a08 tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdef by Steven Rostedt (Red Hat) · 11 years ago
  30. 7862ad1 tracing: Add 'enable_event' and 'disable_event' event trigger commands by Tom Zanussi · 11 years ago
  31. 85f2b08 tracing: Add basic event trigger framework by Tom Zanussi · 11 years ago
  32. 3ccb012 tracing: Only run synchronize_sched() at instance deletion time by Steven Rostedt · 11 years ago
  33. d6d3523 tracing: Do not assign filp->private_data to freed memory by Geyslan G. Bem · 11 years ago
  34. f306cc8 tracing: Update event filters for multibuffer by Tom Zanussi · 11 years ago
  35. 836d481 tracing: Kill the !CONFIG_MODULES code in trace_events.c by Oleg Nesterov · 11 years ago
  36. 620a30e tracing: Don't pass file_operations array to event_create_dir() by Oleg Nesterov · 11 years ago
  37. 779c5e3 tracing: Kill trace_create_file_ops() and friends by Oleg Nesterov · 11 years ago
  38. 2ba6403 tracing: Add comment to describe special break case in probe_remove_event_call() by Steven Rostedt (Red Hat) · 11 years ago
  39. 2816c55 tracing: trace_remove_event_call() should fail if call/file is in use by Oleg Nesterov · 11 years ago
  40. bf682c3 tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private by Oleg Nesterov · 11 years ago
  41. f6a84bd tracing: Introduce remove_event_file_dir() by Oleg Nesterov · 11 years ago
  42. c5a44a1 tracing: Change f_start() to take event_mutex and verify i_private != NULL by Oleg Nesterov · 11 years ago
  43. e2912b0 tracing: Change event_filter_read/write to verify i_private != NULL by Oleg Nesterov · 11 years ago
  44. bc6f6b0 tracing: Change event_enable/disable_read() to verify i_private != NULL by Oleg Nesterov · 11 years ago
  45. 1a11126 tracing: Turn event/id->i_private into call->event.type by Oleg Nesterov · 11 years ago
  46. cd458ba tracing: Do not (ab)use trace_seq in event_id_read() by Oleg Nesterov · 12 years ago
  47. 7710b63 tracing: Simplify the iteration logic in f_start/f_next by Oleg Nesterov · 12 years ago
  48. f77d09a tracing: Miscellaneous fixes for trace_array ref counting by Alexander Z Lam · 12 years ago
  49. 2a6c24a tracing: Fix race between deleting buffer and setting events by Steven Rostedt (Red Hat) · 12 years ago
  50. 8e2e2fa tracing: Add trace_array_get/put() to event handling by Steven Rostedt (Red Hat) · 12 years ago
  51. a822741 tracing: Protect ftrace_trace_arrays list in trace_events.c by Alexander Z Lam · 12 years ago
  52. 3baa5e4 tracing: Fix disabling of soft disable by Tom Zanussi · 12 years ago
  53. a439059 tracing: Simplify code for showing of soft disabled flag by Tom Zanussi · 12 years ago
  54. 6e94a78 tracing: Failed to create system directory by Steven Rostedt · 12 years ago
  55. aaf6ac0 tracing: Do not call kmem_cache_free() on allocation failure by Namhyung Kim · 12 years ago
  56. 8092e80 tracing/trivial: Consolidate error return condition by Harsh Prateek Bora · 12 years ago
  57. 6ed0106 tracing: Return -EBUSY when event_enable_func() fails to get module by Masami Hiramatsu · 12 years ago
  58. da511bf tracing: Add helper function trace_create_new_event() to remove duplicate code by Steven Rostedt (Red Hat) · 12 years ago
  59. 1cf4c07 tracing: Modify soft-mode only if there's no other referrer by Masami Hiramatsu · 12 years ago
  60. 3005217 tracing: Indicate enabled soft-mode in enable file by Masami Hiramatsu · 12 years ago
  61. ff305de tracing: Return error if register_ftrace_function_probe() fails for event_enable_func() by Steven Rostedt (Red Hat) · 12 years ago
  62. a5b85bd tracing: Don't succeed if event_enable_func did not register anything by Masami Hiramatsu · 12 years ago
  63. 52f6ad6 tracing: Rename trace_event_mutex to trace_event_sem by zhangwei(Jovi) · 12 years ago
  64. ad7067c tracing: Convert trace_destroy_fields() to static by zhangwei(Jovi) · 12 years ago
  65. b3a8c6f tracing: Move find_event_field() into trace_events.c by zhangwei(Jovi) · 12 years ago
  66. 3cd715d tracing: Add function probe triggers to enable/disable events by Steven Rostedt (Red Hat) · 12 years ago
  67. 417944c tracing: Add a way to soft disable trace events by Steven Rostedt (Red Hat) · 12 years ago
  68. 55034cd tracing: Add alloc_snapshot kernel command line parameter by Steven Rostedt (Red Hat) · 12 years ago
  69. 873c642 tracing: Clear all trace buffers when unloaded module event was used by Steven Rostedt (Red Hat) · 12 years ago
  70. 575380d tracing: Only clear trace buffer on module unload if event was traced by Steven Rostedt (Red Hat) · 12 years ago
  71. 315326c tracing: Fix trace events build without modules by Steven Rostedt (Red Hat) · 12 years ago
  72. 92edca0 tracing: Use direct field, type and system names by Steven Rostedt · 12 years ago
  73. d1a2914 tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c by Steven Rostedt · 12 years ago
  74. 7724822 tracing: Get trace_events kernel command line working again by Steven Rostedt · 12 years ago
  75. 0c8916c tracing: Add rmdir to remove multibuffer instances by Steven Rostedt · 12 years ago
  76. 277ba04 tracing: Add interface to allow multiple trace buffers by Steven Rostedt · 12 years ago
  77. ae63b31 tracing: Separate out trace events from global variables by Steven Rostedt · 13 years ago
  78. b000c80 tracing: Remove the extra 4 bytes of padding in events by Steven Rostedt · 12 years ago
  79. 0d5c6e1 tracing: Use irq_work for wake ups and remove *_nowake_*() functions by Steven Rostedt · 12 years ago
  80. 15075ca tracing: Separate open function from set_event and available_events by Steven Rostedt · 13 years ago
  81. 8169883 tracing: Enable comm recording if trace_printk() is used by Steven Rostedt · 12 years ago
  82. 8781915 trace: Move trace event enable from fs_initcall to core_initcall by Ezequiel Garcia · 12 years ago
  83. 76bab1b tracing: Skip printing "OK" if failed to disable event by Yuanhan Liu · 12 years ago
  84. 4740974 ftrace: Add default recursion protection for function tracing by Steven Rostedt · 13 years ago
  85. a1e2e31 ftrace: Return pt_regs to function trace callback by Steven Rostedt · 13 years ago
  86. 2f5f6ad ftrace: Pass ftrace_ops as third parameter to function trace callback by Steven Rostedt · 13 years ago
  87. 9b63776 tracing: Do not enable function event with enable by Steven Rostedt · 13 years ago
  88. 489c75c ftrace, perf: Add add/del tracepoint perf registration actions by Jiri Olsa · 13 years ago
  89. ceec0b6 ftrace, perf: Add open/close tracepoint perf registration actions by Jiri Olsa · 13 years ago
  90. cb59974 tracing: fix event_subsystem ref counting by Ilya Dryomov · 13 years ago
  91. 492f73a Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  92. 40ee4df tracing: Have "enable" file use refcounts like the "filter" file by Steven Rostedt · 14 years ago
  93. e9dbfae tracing: Fix bug when reading system filters on module removal by Steven Rostedt · 14 years ago
  94. 22fe9b5 tracing: Convert to kstrtoul_from_user by Peter Huewe · 14 years ago
  95. 17bb615 tracing: Have event with function tracer check error return by Steven Rostedt · 14 years ago
  96. a3a4a5a Regression: partial revert "tracing: Remove lock_depth from event entry" by Arjan van de Ven · 14 years ago
  97. 56355b8 tracing: Export trace_set_clr_event() by Yuanhan Liu · 14 years ago
  98. e6e1e25 tracing: Remove lock_depth from event entry by Steven Rostedt · 14 years ago
  99. e4a9ea5 tracing: Replace trace_event struct array with pointer array by Steven Rostedt · 14 years ago
  100. 0429578 tracing/events: Show real number in array fields by Steven Rostedt · 14 years ago