Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
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) |
Name | Describe |
---|---|
event_trigger_callback | vent_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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |