Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dftrace.c1292 struct list_head *mod_head = enable ? &tr->mod_trace : &tr->mod_notrace; in ftrace_add_mod()
3414 if (iter->mod_list == &tr->mod_trace || in t_mod_next()
3463 iter->mod_list == &tr->mod_trace || in t_mod_show()
3798 mod_head = tr ? &tr->mod_trace : NULL; in ftrace_regex_open()
4142 struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace; in cache_mod()
4268 if (!list_empty(&tr->mod_trace)) in process_cached_mods()
4269 process_mod_list(&tr->mod_trace, tr->ops, mod, true); in process_cached_mods()
5657 if (list_empty(&iter->tr->mod_trace)) in ftrace_regex_release()
6929 INIT_LIST_HEAD(&tr->mod_trace); in ftrace_init_trace_array()
H A Dtrace.h368 struct list_head mod_trace; member