Function report |
Source Code:kernel\trace\trace_events_trigger.c |
Create Date:2022-07-28 12:26:12 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:register_trigger - Generic event_command @unreg implementation*@glob: The raw string used to register the trigger*@ops: The trigger ops associated with the trigger*@test: Trigger-specific data used to find the trigger to remove*@file: The trace_event_file
Proto:static void unregister_trigger(char *glob, struct event_trigger_ops *ops, struct event_trigger_data *test, struct trace_event_file *file)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| char * | glob | |
| struct event_trigger_ops * | ops | |
| struct event_trigger_data * | test | |
| struct trace_event_file * | file |
| 587 | bool unregistered = false |
| 589 | lockdep_assert_held( & event_mutex) |
| 592 | If trigger_type == trigger_type Then |
| 593 | unregistered = true |
| 597 | Break |
| 601 | If unregistered && free Then free(ops, data) |
| 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 |