Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dftrace.c3489 struct ftrace_glob *mod_g, int exclude_mod) in ftrace_match_record() argument
3502 if ((!exclude_mod) != (!modname)) in ftrace_match_record()
3509 if (exclude_mod) in ftrace_match_record()
3515 if (mod_matches && exclude_mod) in ftrace_match_record()
3535 int exclude_mod = 0; in match_records() local
3548 &mod_g.search, &exclude_mod); in match_records()
3558 if (ftrace_match_record(rec, &func_g, mod_match, exclude_mod)) { in match_records()