Home
last modified time | relevance | path

Searched refs:mod_notrace (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()
3496 iter->mod_list == &tr->mod_notrace) { in t_mod_next()
3545 iter->mod_list == &tr->mod_notrace) in t_mod_show()
4047 mod_head = tr ? &tr->mod_notrace : NULL; in ftrace_regex_open()
4418 struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace; in cache_mod()
4544 if (!list_empty(&tr->mod_notrace)) in process_cached_mods()
4545 process_mod_list(&tr->mod_notrace, tr->ops, mod, false); in process_cached_mods()
7302 INIT_LIST_HEAD(&tr->mod_notrace); in ftrace_init_trace_array()
H A Dtrace.h402 struct list_head mod_notrace; member