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_init - Generic event_trigger_ops @init implementation*@ops: The trigger ops associated with the trigger*@data: Trigger-specific data* Common implementation of event trigger initialization

Proto:int event_trigger_init(struct event_trigger_ops *ops, struct event_trigger_data *data)

Type:int

Parameter:

TypeParameterName
struct event_trigger_ops *ops
struct event_trigger_data *data
415  ref++
416  Return 0
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