Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:32:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:actions_match
Proto:static bool actions_match(struct hist_trigger_data *hist_data, struct hist_trigger_data *hist_data_test)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct hist_trigger_data * | hist_data | |
struct hist_trigger_data * | hist_data_test |
5069 | If use_trace_keyword Then action_name = synth_event_name |
5071 | Else action_name = action_name |
5074 | If use_trace_keyword Then action_name_test = synth_event_name |
5076 | Else action_name_test = action_name |
5079 | If strcmp(action_name, action_name_test) != 0 Then Return false |
5082 | If handler == HANDLER_ONMATCH Then |
5083 | If strcmp(event_system, event_system) != 0 Then Return false |
5089 | Else if handler == HANDLER_ONMAX || handler == HANDLER_ONCHANGE Then |
5097 | Return true |
Name | Describe |
---|---|
hist_trigger_match |
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 |