函数逻辑报告 | 
Source Code:kernel\trace\trace_events_filter.c | 
Create Date:2022-07-27 13:32:54 | 
| Last Modify:2022-05-22 20:19:57 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:filter_build_regex
函数原型:static void filter_build_regex(struct filter_pred *pred)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct filter_pred * | pred | 
| 866 | type等于MATCH_FULL | 
| 876 | 当:type恒等于MATCH_INDEX | 
| 877 | 当:type恒等于MATCH_FULL | 
| 879 | 退出 | 
| 880 | 当:type恒等于MATCH_FRONT_ONLY | 
| 881 | match等于regex_match_front | 
| 882 | 退出 | 
| 883 | 当:type恒等于MATCH_MIDDLE_ONLY | 
| 884 | match等于regex_match_middle | 
| 885 | 退出 | 
| 886 | 当:type恒等于MATCH_END_ONLY | 
| 887 | match等于regex_match_end | 
| 888 | 退出 | 
| 889 | 当:type恒等于MATCH_GLOB | 
| 890 | match等于regex_match_glob | 
| 891 | 退出 | 
| 名称 | 描述 | 
|---|---|
| parse_pred | Called when a predicate is encountered by predicate_parse() | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |