aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_trigger.c
AgeCommit message (Expand)Author
2024-01-26tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)
2023-07-28tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui
2022-12-14tracing: Do not synchronize freeing of trigger filter on boot upSteven Rostedt (Google)
2022-12-13tracing: Have trigger filter parsing errors show up in error_logSteven Rostedt (Google)
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)
2022-05-26tracing: Fix comments for event_trigger_separate_filter()sunliming
2022-04-27tracing: Replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi
2022-04-26tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy
2022-02-25tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)
2022-02-24tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira
2022-01-10tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)
2021-08-18tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)
2021-06-10tracing: Fix set_named_trigger_data() kernel-doc commentQiujun Huang
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)
2020-06-23tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu
2020-04-14tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang
2020-01-30trigger_next should increase position indexVasily Averin
2020-01-13tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu
2020-01-13tracing/boot: Add per-event settingsMasami Hiramatsu
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)
2019-04-08tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)
2018-12-11tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)
2018-07-26tracing: Make unregister_trigger() staticSteven Rostedt (VMware)
2018-07-25tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)
2018-07-25tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)
2018-05-29tracing: Do not reference event data in post call triggersSteven Rostedt (VMware)
2018-05-28tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)
2018-05-27tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)
2018-03-10tracing: Add variable reference handling to hist triggersTom Zanussi
2018-03-10tracing: Give event triggers access to ring_buffer_eventTom Zanussi
2018-01-23tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2016-09-23tracing: Call traceoff trigger after event is recordedMasami Hiramatsu
2016-04-19tracing: Add support for named triggersTom Zanussi
2016-04-19tracing: Add enable_hist/disable_hist triggersTom Zanussi
2016-04-19tracing: Add 'hist' event trigger commandTom Zanussi
2016-03-08tracing: Use flags instead of bool in trigger structureSteven Rostedt (Red Hat)
2016-03-08tracing: Add an unreg_all() callback to trigger commandsTom Zanussi
2016-03-08tracing: Add needs_rec flag to event triggersTom Zanussi
2016-03-08tracing: Add a per-event-trigger 'paused' fieldTom Zanussi
2016-03-08tracing: Add event record param to trigger_ops.func()Tom Zanussi