mod_notrace      1304 kernel/trace/ftrace.c 	struct list_head *mod_head = enable ? &tr->mod_trace : &tr->mod_notrace;
mod_notrace      3211 kernel/trace/ftrace.c 	    iter->mod_list == &tr->mod_notrace) {
mod_notrace      3260 kernel/trace/ftrace.c 			 iter->mod_list == &tr->mod_notrace)
mod_notrace      3583 kernel/trace/ftrace.c 		mod_head = tr ? &tr->mod_notrace : NULL;
mod_notrace      3930 kernel/trace/ftrace.c 	struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace;
mod_notrace      4058 kernel/trace/ftrace.c 		if (!list_empty(&tr->mod_notrace))
mod_notrace      4059 kernel/trace/ftrace.c 			process_mod_list(&tr->mod_notrace, tr->ops, mod, false);
mod_notrace      6245 kernel/trace/ftrace.c 	INIT_LIST_HEAD(&tr->mod_notrace);
mod_notrace       319 kernel/trace/trace.h 	struct list_head	mod_notrace;