Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dftrace.c1333 struct list_head *mod_head = enable ? &tr->mod_trace : &tr->mod_notrace; in ftrace_add_mod()
4059 if (iter->mod_list == &tr->mod_trace || in t_mod_next()
4108 iter->mod_list == &tr->mod_trace || in t_mod_show()
4616 mod_head = tr ? &tr->mod_trace : NULL; in ftrace_regex_open()
4975 struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace; in cache_mod()
5090 if (!list_empty(&tr->mod_trace)) in process_cached_mods()
5091 process_mod_list(&tr->mod_trace, tr->ops, mod, true); in process_cached_mods()
6495 if (list_empty(&iter->tr->mod_trace)) in ftrace_regex_release()
7926 INIT_LIST_HEAD(&tr->mod_trace); in ftrace_init_trace_array()
H A Dtrace.h426 struct list_head mod_trace; member