Lines Matching defs:mod_g
4922 struct ftrace_glob *mod_g, int exclude_mod)
4934 if (mod_g) {
4935 int mod_matches = (modname) ? ftrace_match(modname, mod_g) : 0;
4938 if (!mod_g->len) {
4969 struct ftrace_glob mod_g = { .type = MATCH_FULL };
4970 struct ftrace_glob *mod_match = (mod) ? &mod_g : NULL;
4983 mod_g.type = filter_parse_regex(mod, strlen(mod),
4984 &mod_g.search, &exclude_mod);
4985 mod_g.len = strlen(mod_g.search);