Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:32:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:create_actions
Proto:static int create_actions(struct hist_trigger_data *hist_data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct hist_trigger_data * | hist_data |
4949 | ret = 0 |
4954 | If handler == HANDLER_ONMATCH Then |
4955 | ret = onmatch_create(hist_data, data) |
4956 | If ret Then Break |
4958 | Else if handler == HANDLER_ONMAX || handler == HANDLER_ONCHANGE Then |
4960 | ret = track_data_create(hist_data, data) |
4961 | If ret Then Break |
4963 | Else |
4969 | Return ret |
Name | Describe |
---|---|
event_hist_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 |