summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_trigger.c
AgeCommit message (Expand)AuthorLines
2026-03-28tracing: Drain deferred trigger frees if kthread creation failsWesley Atwell-13/+66
2026-03-06tracing: Add NULL pointer check to trigger_data_free()Guenter Roeck-0/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-02-08tracing: Have all triggers expect a file parameterSteven Rostedt-38/+24
2025-12-05tracing: Fix typo in trace_events_trigger.cMaurice Hieronymus-1/+1
2025-11-26tracing: Use strim() in trigger_process_regex() instead of skip_spaces()Steven Rostedt-3/+2
2025-11-26tracing: Add bulk garbage collection of freeing event_trigger_dataSteven Rostedt-3/+52
2025-11-26tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()Steven Rostedt-4/+0
2025-11-26tracing: Merge struct event_trigger_ops into struct event_commandSteven Rostedt-73/+48
2025-11-26tracing: Remove get_trigger_ops() and add count_func() from trigger opsSteven Rostedt-165/+92
2025-05-29Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-37/+27
2025-05-14ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin-1/+1
2025-05-09tracing: Remove unnecessary "goto out" that simply returns ret is trigger codeSteven Rostedt-27/+17
2025-05-09tracing: Fix error handling in event_trigger_parse()Miaoqian Lin-2/+2
2025-05-09tracing: Rename event_trigger_alloc() to trigger_data_alloc()Steven Rostedt-8/+8
2025-03-20tracing: Constify struct event_trigger_opsChristophe JAILLET-19/+19
2024-12-26tracing: Switch trace_events_trigger.c code over to use guard()Steven Rostedt-44/+23
2024-08-07tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt-3/+3
2024-03-18tracing: Decrement the snapshot if the snapshot trigger fails to registerSteven Rostedt (Google)-1/+4
2024-03-18tracing: Add snapshot refcountVincent Donnefort-17/+41
2024-01-26tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)-2/+4
2023-07-28tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui-0/+2
2022-12-14tracing: Do not synchronize freeing of trigger filter on boot upSteven Rostedt (Google)-2/+8
2022-12-13tracing: Have trigger filter parsing errors show up in error_logSteven Rostedt (Google)-1/+8
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)-1/+2
2022-05-26tracing: Fix comments for event_trigger_separate_filter()sunliming-4/+4
2022-04-27tracing: Replace usage of found with dedicated list iterator variableJakob Koschel-13/+11
2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi-109/+41
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi-28/+18
2022-04-26tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi-62/+34
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy-0/+14
2022-02-25tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)-6/+46
2022-02-24tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira-1/+6
2022-01-10tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi-0/+342
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi-13/+9
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi-15/+15
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi-15/+15
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)-1/+13
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)-3/+3
2021-06-10tracing: Fix set_named_trigger_data() kernel-doc commentQiujun Huang-1/+2
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)-17/+28
2020-06-23tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu-2/+19
2020-04-14tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang-7/+3
2020-01-30trigger_next should increase position indexVasily Averin-2/+3
2020-01-13tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu-5/+15
2020-01-13tracing/boot: Add per-event settingsMasami Hiramatsu-1/+1
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)-1/+7
2019-04-08tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)-1/+2
2018-12-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)-2/+4