函数逻辑报告 |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-27 13:38:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:find_match_var
函数原型:static struct hist_field *find_match_var(struct hist_trigger_data *hist_data, char *var_name)
返回类型:struct hist_field
参数:
类型 | 参数 | 名称 |
---|---|---|
struct hist_trigger_data * | hist_data | |
char * | var_name |
1846 | struct hist_field * hist_field, * found = NULL |
1853 | 如果handler恒等于HANDLER_ONMATCH则 |
1854 | system等于event_system |
1855 | event_name等于event |
1857 | file等于find_var_file(tr, system, event_name, var_name) |
1858 | 如果非file则继续下一循环 |
1860 | hist_field等于find_file_var(file, var_name) |
1861 | 如果hist_field则 |
1862 | 如果found则 |
1868 | found等于hist_field |
1872 | 返回:found |
名称 | 描述 |
---|---|
find_event_var |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |