Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/trace/
Dftrace.c1291 struct list_head *mod_head = enable ? &tr->mod_trace : &tr->mod_notrace; in ftrace_add_mod()
3407 if (iter->mod_list == &tr->mod_trace || in t_mod_next()
3456 iter->mod_list == &tr->mod_trace || in t_mod_show()
3791 mod_head = tr ? &tr->mod_trace : NULL; in ftrace_regex_open()
4135 struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace; in cache_mod()
4259 if (!list_empty(&tr->mod_trace)) in process_cached_mods()
4260 process_mod_list(&tr->mod_trace, tr->ops, mod, true); in process_cached_mods()
5647 if (iter->tr && !list_empty(&iter->tr->mod_trace)) in ftrace_regex_release()
6917 INIT_LIST_HEAD(&tr->mod_trace); in ftrace_init_trace_array()
Dtrace.h362 struct list_head mod_trace; member