Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c3300 struct list_head *func_probes; in t_probe_next() local
3313 func_probes = &tr->func_probes; in t_probe_next()
3314 if (list_empty(func_probes)) in t_probe_next()
3318 next = func_probes->next; in t_probe_next()
3338 if (iter->probe->list.next == func_probes) in t_probe_next()
4695 list_for_each_entry(iter, &tr->func_probes, list) { in register_ftrace_function_probe()
4711 list_add(&probe->list, &tr->func_probes); in register_ftrace_function_probe()
4849 list_for_each_entry(iter, &tr->func_probes, list) { in unregister_ftrace_function_probe_func()
4950 list_for_each_entry_safe(probe, n, &tr->func_probes, list) in clear_ftrace_function_probes()
7488 INIT_LIST_HEAD(&tr->func_probes); in ftrace_init_trace_array()
Dtrace.h377 struct list_head func_probes; member