Home
last modified time | relevance | path

Searched refs:trace_probe_probe_list (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
H A Dtrace_probe.h333 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list() function
340 struct list_head *list = trace_probe_probe_list(tp); in trace_probe_has_sibling()
H A Dtrace_fprobe.c1481 list_for_each_entry(tf, trace_probe_probe_list(tp), tp.list) { in enable_trace_fprobe()
1515 list_for_each_entry(tf, trace_probe_probe_list(tp), tp.list) { in disable_trace_fprobe()
H A Dtrace_eprobe.c47 list_for_each_entry(ep, trace_probe_probe_list(_tp), tp.list)
H A Dtrace_probe.c2148 list_add_tail(&tp->list, trace_probe_probe_list(to)); in trace_probe_append()
2156 if (list_empty(trace_probe_probe_list(tp))) in trace_probe_unlink()