Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_probe.h308 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list() function
315 struct list_head *list = trace_probe_probe_list(tp); in trace_probe_has_sibling()
Dtrace_uprobe.c1083 list_for_each_entry(tu, trace_probe_probe_list(tp), tp.list) { in __probe_event_disable()
1130 list_for_each_entry(tu, trace_probe_probe_list(tp), tp.list) { in probe_event_enable()
1287 list_for_each_entry(tu, trace_probe_probe_list(tp), tp.list) { in uprobe_perf_close()
1311 list_for_each_entry(tu, trace_probe_probe_list(tp), tp.list) { in uprobe_perf_open()
Dtrace_eprobe.c763 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in enable_trace_eprobe()
804 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in disable_trace_eprobe()
Dtrace_probe.c1007 list_add_tail(&tp->list, trace_probe_probe_list(to)); in trace_probe_append()
1015 if (list_empty(trace_probe_probe_list(tp))) in trace_probe_unlink()
Dtrace_kprobe.c335 list_for_each_entry(tk, trace_probe_probe_list(tp), tp.list) { in __disable_trace_kprobe()
373 list_for_each_entry(tk, trace_probe_probe_list(tp), tp.list) { in enable_trace_kprobe()