Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:29:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:find_match_var
Proto:static struct hist_field *find_match_var(struct hist_trigger_data *hist_data, char *var_name)
Type:struct hist_field
Parameter:
Type | Parameter | Name |
---|---|---|
struct hist_trigger_data * | hist_data | |
char * | var_name |
1846 | struct hist_field * hist_field, * found = NULL |
1853 | If handler == HANDLER_ONMATCH Then |
1854 | system = event_system |
1855 | event_name = event |
1857 | file = find_var_file(tr, system, event_name, var_name) |
1858 | If Not file Then Continue |
1860 | hist_field = find_file_var(file, var_name) |
1861 | If hist_field Then |
1862 | If found Then |
1868 | found = hist_field |
1872 | Return found |
Name | Describe |
---|---|
find_event_var |
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 |