Searched refs:trace_probe_probe_list (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/kernel/trace/ |
| D | trace_probe.h | 301 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()
|
| D | trace_uprobe.c | 1070 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()
|
| D | trace_probe.c | 962 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()
|
| D | trace_kprobe.c | 336 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()
|