Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dftrace.c1286 struct list_head *mod_head = enable ? &tr->mod_trace : &tr->mod_notrace; in ftrace_add_mod()
3426 iter->mod_list == &tr->mod_notrace) { in t_mod_next()
3475 iter->mod_list == &tr->mod_notrace) in t_mod_show()
3911 mod_head = tr ? &tr->mod_notrace : NULL; in ftrace_regex_open()
4281 struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace; in cache_mod()
4407 if (!list_empty(&tr->mod_notrace)) in process_cached_mods()
4408 process_mod_list(&tr->mod_notrace, tr->ops, mod, false); in process_cached_mods()
7448 INIT_LIST_HEAD(&tr->mod_notrace); in ftrace_init_trace_array()
Dtrace.h374 struct list_head mod_notrace; member