Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dftrace.c1323 struct list_head *mod_head = enable ? &tr->mod_trace : &tr->mod_notrace; in ftrace_add_mod()
3495 if (iter->mod_list == &tr->mod_trace || in t_mod_next()
3544 iter->mod_list == &tr->mod_trace || in t_mod_show()
4050 mod_head = tr ? &tr->mod_trace : NULL; in ftrace_regex_open()
4418 struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace; in cache_mod()
4542 if (!list_empty(&tr->mod_trace)) in process_cached_mods()
4543 process_mod_list(&tr->mod_trace, tr->ops, mod, true); in process_cached_mods()
5909 if (list_empty(&iter->tr->mod_trace)) in ftrace_regex_release()
7301 INIT_LIST_HEAD(&tr->mod_trace); in ftrace_init_trace_array()
H A Dtrace.h401 struct list_head mod_trace; member