Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_events_trigger.c Create Date:2022-07-28 12:26:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:vent_trigger_free - Generic event_trigger_ops @free implementation*@ops: The trigger ops associated with the trigger*@data: Trigger-specific data* Common implementation of event trigger de-initialization

Proto:static void event_trigger_free(struct event_trigger_ops *ops, struct event_trigger_data *data)

Type:void

Parameter:

TypeParameterName
struct event_trigger_ops *ops
struct event_trigger_data *data
433  If WARN_ON_ONCE(ref <= 0) Then Return
436  ref--
437  If Not ref Then trigger_data_free(data)
Caller
NameDescribe
event_trigger_callbackvent_trigger_callback - Generic event_command @func implementation*@cmd_ops: The command ops, used for trigger registration*@file: The trace_event_file associated with the event*@glob: The raw string used to register the trigger*@cmd: The cmd portion of
event_enable_trigger_func