Searched refs:func_g (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/trace/ |
D | ftrace.c | 3488 ftrace_match_record(struct dyn_ftrace *rec, struct ftrace_glob *func_g, in ftrace_match_record() argument 3520 if (!func_g->len) in ftrace_match_record() 3524 return ftrace_match(str, func_g); in ftrace_match_record() 3532 struct ftrace_glob func_g = { .type = MATCH_FULL }; in match_records() local 3541 func_g.type = filter_parse_regex(func, len, &func_g.search, in match_records() 3543 func_g.len = strlen(func_g.search); in match_records() 3558 if (ftrace_match_record(rec, &func_g, mod_match, exclude_mod)) { in match_records() 3713 struct ftrace_glob func_g; in register_ftrace_function_probe() local 3724 func_g.type = filter_parse_regex(glob, strlen(glob), in register_ftrace_function_probe() 3725 &func_g.search, ¬); in register_ftrace_function_probe() [all …]
|