Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dftrace.c4240 struct ftrace_glob *mod_g, int exclude_mod)
4252 if (mod_g) { in ftrace_match_record()
4253 int mod_matches = (modname) ? ftrace_match(modname, mod_g) : 0; in ftrace_match_record()
4256 if (!mod_g->len) { in ftrace_match_record()
4287 struct ftrace_glob mod_g = { .type = MATCH_FULL }; in match_records()
4288 struct ftrace_glob *mod_match = (mod) ? &mod_g : NULL; in match_records()
4301 mod_g.type = filter_parse_regex(mod, strlen(mod), in match_records()
4302 &mod_g.search, &exclude_mod); in match_records()
4303 mod_g.len = strlen(mod_g in match_records()
4243 ftrace_match_record(struct dyn_ftrace * rec,struct ftrace_glob * func_g,struct ftrace_glob * mod_g,int exclude_mod) ftrace_match_record() argument
4290 struct ftrace_glob mod_g = { .type = MATCH_FULL }; match_records() local
[all...]