Home
last modified time | relevance | path

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

/linux/scripts/
H A Dverify_builtin_ranges.awk337 mod_matches++;
363 printf " Module matches: %6d (%d%% of matches)\n", mod_matches, 100 * mod_matches / matches;
/linux/kernel/trace/
H A Dftrace.c4770 int mod_matches = (modname) ? ftrace_match(modname, mod_g) : 0; in ftrace_match_record() local
4787 if (!mod_matches == !exclude_mod) in ftrace_match_record()