Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c3441 struct ftrace_glob { struct
3447 static int ftrace_match(char *str, struct ftrace_glob *g) in ftrace_match() argument
3500 ftrace_match_record(struct dyn_ftrace *rec, struct ftrace_glob *func_g, in ftrace_match_record()
3501 struct ftrace_glob *mod_g, int exclude_mod) in ftrace_match_record()
3544 struct ftrace_glob func_g = { .type = MATCH_FULL }; in match_records()
3545 struct ftrace_glob mod_g = { .type = MATCH_FULL }; in match_records()
3546 struct ftrace_glob *mod_match = (mod) ? &mod_g : NULL; in match_records()
3726 struct ftrace_glob func_g; in register_ftrace_function_probe()
3840 struct ftrace_glob func_g; in __unregister_ftrace_function_probe()
4643 struct ftrace_glob func_g; in ftrace_set_func()