Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_probe.h307 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list() function
314 struct list_head *list = trace_probe_probe_list(tp); in trace_probe_has_sibling()
H A Dtrace_uprobe.c1083 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in __probe_event_disable()
1131 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in probe_event_enable()
1289 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in uprobe_perf_close()
1314 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in uprobe_perf_open()
H A Dtrace_probe.c965 list_add_tail(&tp->list, trace_probe_probe_list(to)); in trace_probe_append()
973 if (list_empty(trace_probe_probe_list(tp))) in trace_probe_unlink()
H A Dtrace_kprobe.c337 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in __disable_trace_kprobe()
376 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in enable_trace_kprobe()