Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dftrace.c1327 struct list_head *mod_head = enable ? &tr->mod_trace : &tr->mod_notrace; in ftrace_add_mod()
3217 iter->mod_list == &tr->mod_notrace) { in t_mod_next()
3266 iter->mod_list == &tr->mod_notrace) in t_mod_show()
3574 mod_head = tr ? &tr->mod_notrace : NULL; in ftrace_regex_open()
3883 struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace; in cache_mod()
4011 if (!list_empty(&tr->mod_notrace)) in process_cached_mods()
4012 process_mod_list(&tr->mod_notrace, tr->ops, mod, false); in process_cached_mods()
6176 INIT_LIST_HEAD(&tr->mod_notrace); in ftrace_init_trace_array()
Dtrace.h272 struct list_head mod_notrace; member