Function report |
Source Code:kernel\trace\trace_events_trigger.c |
Create Date:2022-07-28 12:26:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pdate_cond_flag - Set or reset the TRIGGER_COND bit*@file: The trace_event_file associated with the event* If an event has triggers and any of those triggers has a filter or* a post_trigger, trigger invocation needs to be deferred until after* the current
Proto:void update_cond_flag(struct trace_event_file *file)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_event_file * | file |
503 | bool set_cond = false |
505 | lockdep_assert_held( & event_mutex) |
508 | If filter || event_command_post_trigger(cmd_ops) || event_command_needs_rec(cmd_ops) Then |
510 | set_cond = true |
511 | Break |
515 | If set_cond Then Atomically set a bit in memory |
Name | Describe |
---|---|
register_trigger | gister_trigger - Generic event_command @reg implementation*@glob: The raw string used to register the trigger*@ops: The trigger ops associated with the trigger*@data: Trigger-specific data to associate with the trigger*@file: The trace_event_file |
unregister_trigger | 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 |
event_enable_register_trigger | |
event_enable_unregister_trigger | |
hist_trigger_enable | |
hist_unregister_trigger | |
hist_unreg_all | |
hist_enable_unreg_all |
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 |