Home
last modified time | relevance | path

Searched refs:mod_g (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dftrace.c3973 struct ftrace_glob *mod_g, int exclude_mod) in ftrace_match_record() argument
3980 if (mod_g) { in ftrace_match_record()
3981 int mod_matches = (modname) ? ftrace_match(modname, mod_g) : 0; in ftrace_match_record()
3984 if (!mod_g->len) { in ftrace_match_record()
4015 struct ftrace_glob mod_g = { .type = MATCH_FULL }; in match_records() local
4016 struct ftrace_glob *mod_match = (mod) ? &mod_g : NULL; in match_records()
4029 mod_g.type = filter_parse_regex(mod, strlen(mod), in match_records()
4030 &mod_g.search, &exclude_mod); in match_records()
4031 mod_g.len = strlen(mod_g.search); in match_records()