Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace_probe.h301 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list() function
308 struct list_head *list = trace_probe_probe_list(tp); in trace_probe_has_sibling()
Dtrace_uprobe.c1070 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in __probe_event_disable()
1120 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in probe_event_enable()
1281 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in uprobe_perf_multi_call()
Dtrace_probe.c962 list_add_tail(&tp->list, trace_probe_probe_list(to)); in trace_probe_append()
970 if (list_empty(trace_probe_probe_list(tp))) in trace_probe_unlink()
Dtrace_kprobe.c336 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in __disable_trace_kprobe()
375 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in enable_trace_kprobe()