index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
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]