Function report |
Source Code:kernel\trace\trace_events_filter.c |
Create Date:2022-07-28 12:24:44 |
Last Modify:2022-05-22 20:19:57 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:filter_build_regex
Proto:static void filter_build_regex(struct filter_pred *pred)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct filter_pred * | pred |
866 | type = MATCH_FULL |
876 | Case type == MATCH_INDEX |
877 | Case type == MATCH_FULL |
879 | Break |
880 | Case type == MATCH_FRONT_ONLY |
881 | match = regex_match_front |
882 | Break |
883 | Case type == MATCH_MIDDLE_ONLY |
884 | match = regex_match_middle |
885 | Break |
886 | Case type == MATCH_END_ONLY |
887 | match = regex_match_end |
888 | Break |
889 | Case type == MATCH_GLOB |
890 | match = regex_match_glob |
891 | Break |
Name | Describe |
---|---|
parse_pred | Called when a predicate is encountered by predicate_parse() |
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 |