Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_probe.h309 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list() function
316 struct list_head *list = trace_probe_probe_list(tp); in trace_probe_has_sibling()
A Dtrace_uprobe.c1084 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in __probe_event_disable()
1132 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in probe_event_enable()
1290 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in uprobe_perf_close()
1315 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in uprobe_perf_open()
A Dtrace_eprobe.c717 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in enable_trace_eprobe()
758 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in disable_trace_eprobe()
A Dtrace_probe.c994 list_add_tail(&tp->list, trace_probe_probe_list(to)); in trace_probe_append()
1002 if (list_empty(trace_probe_probe_list(tp))) in trace_probe_unlink()
A Dtrace_kprobe.c333 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in __disable_trace_kprobe()
372 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in enable_trace_kprobe()

Completed in 17 milliseconds