1. 7491e2c tracing: Add a probe that attaches to trace events by Tzvetomir Stoyanov (VMware) · 3 years, 5 months ago
  2. 1d18538 tracing: Have dynamic events have a ref counter by Steven Rostedt (VMware) · 3 years, 5 months ago
  3. 099dcc1 tracing: Fix set_named_trigger_data() kernel-doc comment by Qiujun Huang · 3 years, 8 months ago
  4. b47e330 tracing: Pass buffer of event to trigger operations by Steven Rostedt (VMware) · 3 years, 10 months ago
  5. 6784bea tracing: Fix event trigger to accept redundant spaces by Masami Hiramatsu · 4 years, 7 months ago
  6. 0bbe7f7 tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation by Xiao Yang · 4 years, 9 months ago
  7. 6722b23 trigger_next should increase position index by Vasily Averin · 5 years ago
  8. 3b42a4c tracing: trigger: Replace unneeded RCU-list traversals by Masami Hiramatsu · 5 years ago
  9. 81a5955 tracing/boot: Add per-event settings by Masami Hiramatsu · 5 years ago
  10. 17911ff tracing: Add locked_down checks to the open calls of files created for tracefs by Steven Rostedt (VMware) · 5 years ago
  11. 1e144d7 tracing: Add trace_array parameter to create_event_filter() by Steven Rostedt (VMware) · 6 years ago
  12. 3cec638 tracing: Fix memory leak in set_trigger_filter() by Steven Rostedt (VMware) · 6 years ago
  13. bcea3f9 tracing: Add SPDX License format tags to tracing files by Steven Rostedt (VMware) · 6 years ago
  14. e0a568d tracing: Fix synchronizing to event changes with tracepoint_synchronize_unregister() by Steven Rostedt (VMware) · 6 years ago
  15. f6b7425 tracing: Make unregister_trigger() static by Steven Rostedt (VMware) · 6 years ago
  16. 15cc786 tracing: Fix possible double free in event_enable_trigger_func() by Steven Rostedt (VMware) · 6 years ago
  17. 1863c38 tracing: Fix double free of event_trigger_data by Steven Rostedt (VMware) · 6 years ago
  18. c94e45b tracing: Do not reference event data in post call triggers by Steven Rostedt (VMware) · 7 years ago
  19. 2824f50 tracing: Make the snapshot trigger work with instances by Steven Rostedt (VMware) · 7 years ago
  20. 86b389f tracing: Fix crash when freeing instances with event triggers by Steven Rostedt (VMware) · 7 years ago
  21. 067fe03 tracing: Add variable reference handling to hist triggers by Tom Zanussi · 7 years ago
  22. 1ac4f51 tracing: Give event triggers access to ring_buffer_event by Tom Zanussi · 7 years ago
  23. 2ee5b92 tracing: Update stack trace skipping for ORC unwinder by Steven Rostedt (VMware) · 7 years ago
  24. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  25. a0d0c62 tracing: Call traceoff trigger after event is recorded by Masami Hiramatsu · 8 years ago
  26. db1388b tracing: Add support for named triggers by Tom Zanussi · 9 years ago
  27. d0bad49 tracing: Add enable_hist/disable_hist triggers by Tom Zanussi · 9 years ago
  28. 7ef224d tracing: Add 'hist' event trigger command by Tom Zanussi · 9 years ago
  29. 353206f tracing: Use flags instead of bool in trigger structure by Steven Rostedt (Red Hat) · 9 years ago
  30. a88e1cf tracing: Add an unreg_all() callback to trigger commands by Tom Zanussi · 9 years ago
  31. a5863da tracing: Add needs_rec flag to event triggers by Tom Zanussi · 9 years ago
  32. 104f281 tracing: Add a per-event-trigger 'paused' field by Tom Zanussi · 9 years ago
  33. c4a5923 tracing: Add event record param to trigger_ops.func() by Tom Zanussi · 9 years ago
  34. ab4bf00 tracing: Make event trigger functions available by Tom Zanussi · 9 years ago
  35. c17488d Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  36. 70f6cbb kernel/*: switch to memdup_user_nul() by Al Viro · 9 years ago
  37. 4e4a4d7 tracing: Update cond flag when enabling or disabling a trigger by Tom Zanussi · 9 years ago
  38. a723776 tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call by Steven Rostedt (Red Hat) · 10 years ago
  39. 5d6ad96 tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_* by Steven Rostedt (Red Hat) · 10 years ago
  40. 687fcc4 tracing: Rename ftrace_event_name() to trace_event_name() by Steven Rostedt (Red Hat) · 10 years ago
  41. 7f1d2f8 tracing: Rename ftrace_event_file to trace_event_file by Steven Rostedt (Red Hat) · 10 years ago
  42. 1177e43 trace: Replace single-character seq_puts with seq_putc by Rasmus Villemoes · 10 years ago
  43. fa6f0cc tracing: Replace seq_printf by simpler equivalents by Rasmus Villemoes · 10 years ago
  44. 561a4fe tracing: Use rcu_dereference_sched() for trace event triggers by Steven Rostedt (Red Hat) · 11 years ago
  45. de7b297 tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints by Mathieu Desnoyers · 11 years ago
  46. dd97b95 tracing: Show available event triggers when no trigger is set by Steven Rostedt (Red Hat) · 11 years ago
  47. e8dc637 tracing: Fix counter for traceon/off event triggers by Steven Rostedt (Red Hat) · 11 years ago
  48. d8a30f2 tracing: Fix rcu handling of event_trigger_data filter field by Steven Rostedt (Red Hat) · 11 years ago
  49. 098c879 tracing: Add generic tracing_lseek() function by Steven Rostedt (Red Hat) · 11 years ago
  50. bac5fb9 tracing: Add and use generic set_trigger_filter() implementation by Tom Zanussi · 11 years ago
  51. 7862ad1 tracing: Add 'enable_event' and 'disable_event' event trigger commands by Tom Zanussi · 11 years ago
  52. f21ecbb tracing: Add 'stacktrace' event trigger command by Tom Zanussi · 11 years ago
  53. 93e31ff tracing: Add 'snapshot' event trigger command by Tom Zanussi · 11 years ago
  54. 2a2df32 tracing: Add 'traceon' and 'traceoff' event trigger commands by Tom Zanussi · 11 years ago
  55. 85f2b08 tracing: Add basic event trigger framework by Tom Zanussi · 11 years ago