Searched refs:trace_probe_probe_list (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/kernel/trace/ |
| D | trace_probe.h | 307 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()
|
| D | trace_uprobe.c | 1079 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in __probe_event_disable() 1127 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in probe_event_enable() 1285 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in uprobe_perf_close() 1310 list_for_each_entry(pos, trace_probe_probe_list(tp), list) { in uprobe_perf_open()
|
| D | trace_probe.c | 964 list_add_tail(&tp->list, trace_probe_probe_list(to)); in trace_probe_append() 972 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()
|