index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_trigger.c
Age
Commit message (
Expand
)
Author
2024-03-18
tracing: Decrement the snapshot if the snapshot trigger fails to register
Steven Rostedt (Google)
2024-03-18
tracing: Add snapshot refcount
Vincent Donnefort
2024-01-26
tracing/trigger: Fix to return error if failed to alloc snapshot
Masami Hiramatsu (Google)
2023-07-28
tracing: Fix kernel-doc warnings in trace_events_trigger.c
Gaosheng Cui
2022-12-14
tracing: Do not synchronize freeing of trigger filter on boot up
Steven Rostedt (Google)
2022-12-13
tracing: Have trigger filter parsing errors show up in error_log
Steven Rostedt (Google)
2022-09-06
tracing: Fix to check event_mutex is held while accessing trigger list
Masami Hiramatsu (Google)
2022-05-26
tracing: Fix comments for event_trigger_separate_filter()
sunliming
2022-04-27
tracing: Replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-04-26
tracing: Have existing event_command.parse() implementations use helpers
Tom Zanussi
2022-04-26
tracing: Remove redundant trigger_ops params
Tom Zanussi
2022-04-26
tracing: Remove logic for registering multiple event triggers at a time
Tom Zanussi
2022-02-25
tracing: Uninline trace_trigger_soft_disabled() partly
Christophe Leroy
2022-02-25
tracing: Have traceon and traceoff trigger honor the instance
Steven Rostedt (Google)
2022-02-24
tracing: Dump stacktrace trigger to the corresponding instance
Daniel Bristot de Oliveira
2022-01-10
tracing: Add helper functions to simplify event_command.parse() callback hand...
Tom Zanussi
2022-01-10
tracing: Remove ops param from event_command reg()/unreg() callbacks
Tom Zanussi
2022-01-10
tracing: Change event_trigger_ops func() to trigger()
Tom Zanussi
2022-01-10
tracing: Change event_command func() to parse()
Tom Zanussi
2021-08-20
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)
2021-08-18
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
2021-06-10
tracing: Fix set_named_trigger_data() kernel-doc comment
Qiujun Huang
2021-03-18
tracing: Pass buffer of event to trigger operations
Steven Rostedt (VMware)
2020-06-23
tracing: Fix event trigger to accept redundant spaces
Masami Hiramatsu
2020-04-14
tracing: Fix the race between registering 'snapshot' event trigger and trigge...
Xiao Yang
2020-01-30
trigger_next should increase position index
Vasily Averin
2020-01-13
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
2020-01-13
tracing/boot: Add per-event settings
Masami Hiramatsu
2019-10-12
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
2019-04-08
tracing: Add trace_array parameter to create_event_filter()
Steven Rostedt (VMware)
2018-12-11
tracing: Fix memory leak in set_trigger_filter()
Steven Rostedt (VMware)
2018-08-16
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
2018-08-10
tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...
Steven Rostedt (VMware)
2018-07-26
tracing: Make unregister_trigger() static
Steven Rostedt (VMware)
2018-07-25
tracing: Fix possible double free in event_enable_trigger_func()
Steven Rostedt (VMware)
2018-07-25
tracing: Fix double free of event_trigger_data
Steven Rostedt (VMware)
2018-05-29
tracing: Do not reference event data in post call triggers
Steven Rostedt (VMware)
2018-05-28
tracing: Make the snapshot trigger work with instances
Steven Rostedt (VMware)
2018-05-27
tracing: Fix crash when freeing instances with event triggers
Steven Rostedt (VMware)
2018-03-10
tracing: Add variable reference handling to hist triggers
Tom Zanussi
2018-03-10
tracing: Give event triggers access to ring_buffer_event
Tom Zanussi
2018-01-23
tracing: Update stack trace skipping for ORC unwinder
Steven Rostedt (VMware)
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...
Ingo Molnar
2016-09-23
tracing: Call traceoff trigger after event is recorded
Masami Hiramatsu
2016-04-19
tracing: Add support for named triggers
Tom Zanussi
2016-04-19
tracing: Add enable_hist/disable_hist triggers
Tom Zanussi
2016-04-19
tracing: Add 'hist' event trigger command
Tom Zanussi
2016-03-08
tracing: Use flags instead of bool in trigger structure
Steven Rostedt (Red Hat)
2016-03-08
tracing: Add an unreg_all() callback to trigger commands
Tom Zanussi
2016-03-08
tracing: Add needs_rec flag to event triggers
Tom Zanussi
[next]