函数逻辑报告 |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-27 13:38:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:find_event_var
函数原型:static struct hist_field *find_event_var(struct hist_trigger_data *hist_data, char *system, char *event_name, char *var_name)
返回类型:struct hist_field
参数:
类型 | 参数 | 名称 |
---|---|---|
struct hist_trigger_data * | hist_data | |
char * | system | |
char * | event_name | |
char * | var_name |
1881 | struct hist_field * hist_field = NULL |
1884 | 如果非system或非event_name则 |
1885 | hist_field等于find_match_var(hist_data, var_name) |
1886 | 如果是错误则返回:NULL |
1888 | 如果hist_field则返回:hist_field |
1892 | file等于find_var_file(tr, system, event_name, var_name) |
1893 | 如果非file则返回:NULL |
1896 | hist_field等于find_file_var(file, var_name) |
1898 | 返回:hist_field |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |