ftrace_glob      3676 kernel/trace/ftrace.c static int ftrace_match(char *str, struct ftrace_glob *g)
ftrace_glob      3735 kernel/trace/ftrace.c add_rec_by_index(struct ftrace_hash *hash, struct ftrace_glob *func_g,
ftrace_glob      3760 kernel/trace/ftrace.c ftrace_match_record(struct dyn_ftrace *rec, struct ftrace_glob *func_g,
ftrace_glob      3761 kernel/trace/ftrace.c 		struct ftrace_glob *mod_g, int exclude_mod)
ftrace_glob      3802 kernel/trace/ftrace.c 	struct ftrace_glob func_g = { .type = MATCH_FULL };
ftrace_glob      3803 kernel/trace/ftrace.c 	struct ftrace_glob mod_g = { .type = MATCH_FULL };
ftrace_glob      3804 kernel/trace/ftrace.c 	struct ftrace_glob *mod_match = (mod) ? &mod_g : NULL;
ftrace_glob      4459 kernel/trace/ftrace.c 	struct ftrace_glob func_g;
ftrace_glob      5404 kernel/trace/ftrace.c 	struct ftrace_glob func_g;