Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_probe.h326 static inline struct list_head *trace_probe_probe_list(struct trace_probe *tp) in trace_probe_probe_list() function
333 struct list_head *list = trace_probe_probe_list(tp); in trace_probe_has_sibling()
A Dtrace_uprobe.c1127 list_for_each_entry(tu, trace_probe_probe_list(tp), tp.list) { in __probe_event_disable()
1177 list_for_each_entry(tu, trace_probe_probe_list(tp), tp.list) { in probe_event_enable()
1331 list_for_each_entry(tu, trace_probe_probe_list(tp), tp.list) { in uprobe_perf_close()
1355 list_for_each_entry(tu, trace_probe_probe_list(tp), tp.list) { in uprobe_perf_open()
A Dtrace_fprobe.c449 list_for_each_entry(tf, trace_probe_probe_list(tp), tp.list) { in __disable_trace_fprobe()
482 list_for_each_entry(tf, trace_probe_probe_list(tp), tp.list) { in enable_trace_fprobe()
940 list_for_each_entry(tf, trace_probe_probe_list(tp), tp.list) { in reenable_trace_fprobe()
A Dtrace_eprobe.c46 list_for_each_entry(ep, trace_probe_probe_list(_tp), tp.list)
A Dtrace_kprobe.c342 list_for_each_entry(tk, trace_probe_probe_list(tp), tp.list) { in __disable_trace_kprobe()
380 list_for_each_entry(tk, trace_probe_probe_list(tp), tp.list) { in enable_trace_kprobe()
A Dtrace_probe.c1979 list_add_tail(&tp->list, trace_probe_probe_list(to)); in trace_probe_append()
1987 if (list_empty(trace_probe_probe_list(tp))) in trace_probe_unlink()

Completed in 21 milliseconds