Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace.c1329 struct list_head *mod_head = enable ? &tr->mod_trace : &tr->mod_notrace; in ftrace_add_mod()
4055 if (iter->mod_list == &tr->mod_trace || in t_mod_next()
4104 iter->mod_list == &tr->mod_trace || in t_mod_show()
4650 mod_head = tr ? &tr->mod_trace : NULL; in ftrace_regex_open()
5009 struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace; in cache_mod()
5124 if (!list_empty(&tr->mod_trace)) in process_cached_mods()
5125 process_mod_list(&tr->mod_trace, tr->ops, mod, true); in process_cached_mods()
6534 if (list_empty(&iter->tr->mod_trace)) in ftrace_regex_release()
7972 INIT_LIST_HEAD(&tr->mod_trace); in ftrace_init_trace_array()
H A Dtrace.h426 struct list_head mod_trace; member