summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events_trigger.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Decrement the snapshot if the snapshot trigger fails to registerSteven Rostedt (Google)2024-03-181-1/+4
* tracing: Add snapshot refcountVincent Donnefort2024-03-181-17/+41
* tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)2024-01-261-2/+4
* tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui2023-07-281-0/+2
* tracing: Do not synchronize freeing of trigger filter on boot upSteven Rostedt (Google)2022-12-141-2/+8
* tracing: Have trigger filter parsing errors show up in error_logSteven Rostedt (Google)2022-12-131-1/+8
* tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)2022-09-061-1/+2
* tracing: Fix comments for event_trigger_separate_filter()sunliming2022-05-261-4/+4
* tracing: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-271-13/+11
* tracing: Have existing event_command.parse() implementations use helpersTom Zanussi2022-04-261-109/+41
* tracing: Remove redundant trigger_ops paramsTom Zanussi2022-04-261-28/+18
* tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi2022-04-261-62/+34
* tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy2022-02-251-0/+14
* tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-02-251-6/+46
* tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira2022-02-241-1/+6
* tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi2022-01-101-0/+342
* tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi2022-01-101-13/+9
* tracing: Change event_trigger_ops func() to trigger()Tom Zanussi2022-01-101-15/+15
* tracing: Change event_command func() to parse()Tom Zanussi2022-01-101-15/+15
* tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)2021-08-201-1/+13
* tracing: Have dynamic events have a ref counterSteven Rostedt (VMware)2021-08-181-3/+3
* tracing: Fix set_named_trigger_data() kernel-doc commentQiujun Huang2021-06-101-1/+2
* tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)2021-03-181-17/+28
* tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-231-2/+19
* tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-141-7/+3
* trigger_next should increase position indexVasily Averin2020-01-301-2/+3
* tracing: trigger: Replace unneeded RCU-list traversalsMasami Hiramatsu2020-01-131-5/+15
* tracing/boot: Add per-event settingsMasami Hiramatsu2020-01-131-1/+1
* tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-121-1/+7
* tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)2019-04-081-1/+2
* tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)2018-12-111-2/+4
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-14/+1
* tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)2018-08-101-2/+4
* tracing: Make unregister_trigger() staticSteven Rostedt (VMware)2018-07-261-3/+3
* tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)2018-07-251-1/+5
* tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)2018-07-251-4/+8
* tracing: Do not reference event data in post call triggersSteven Rostedt (VMware)2018-05-291-4/+2
* tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-05-281-2/+8
* tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)2018-05-271-2/+3
* tracing: Add variable reference handling to hist triggersTom Zanussi2018-03-101-0/+6
* tracing: Give event triggers access to ring_buffer_eventTom Zanussi2018-03-101-18/+29
* tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)2018-01-231-2/+11
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+1
* tracing: Call traceoff trigger after event is recordedMasami Hiramatsu2016-09-231-0/+1
* tracing: Add support for named triggersTom Zanussi2016-04-191-0/+143
* tracing: Add enable_hist/disable_hist triggersTom Zanussi2016-04-191-31/+40
* tracing: Add 'hist' event trigger commandTom Zanussi2016-04-191-0/+1
* tracing: Use flags instead of bool in trigger structureSteven Rostedt (Red Hat)2016-03-081-4/+4
* tracing: Add an unreg_all() callback to trigger commandsTom Zanussi2016-03-081-0/+13
* tracing: Add needs_rec flag to event triggersTom Zanussi2016-03-081-1/+2