Searched refs:trace_probe_group_name (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_fprobe.c | 118 if (system && strcmp(trace_probe_group_name(&tf->tp), system)) in trace_fprobe_match() 467 strcmp(trace_probe_group_name(&tf->tp), group) == 0) in find_trace_fprobe() 886 trace_probe_group_name(&tf->tp)); in register_trace_fprobe() 1299 seq_printf(m, ":%s/%s", trace_probe_group_name(&tf->tp), in trace_fprobe_show()
|
H A D | trace_uprobe.c | 314 (!system || strcmp(trace_probe_group_name(&tu->tp), system) == 0) && in trace_uprobe_match() 386 strcmp(trace_probe_group_name(&tu->tp), group) == 0) in find_probe_event() 509 trace_probe_group_name(&tu->tp)); in register_trace_uprobe() 757 seq_printf(m, "%c:%s/%s %s:0x%0*lx", c, trace_probe_group_name(&tu->tp), in trace_uprobe_show()
|
H A D | trace_kprobe.c | 177 (!system || strcmp(trace_probe_group_name(&tk->tp), system) == 0) && in trace_kprobe_match() 320 strcmp(trace_probe_group_name(&tk->tp), group) == 0) in find_trace_kprobe() 641 trace_probe_group_name(&tk->tp)); in register_trace_kprobe() 1281 seq_printf(m, ":%s/%s", trace_probe_group_name(&tk->tp), in trace_kprobe_show()
|
H A D | trace_eprobe.c | 78 seq_printf(m, "e:%s/%s", trace_probe_group_name(&ep->tp), in eprobe_dyn_event_show() 152 if (system && strcmp(trace_probe_group_name(&ep->tp), system) != 0) in eprobe_dyn_event_match()
|
H A D | trace_probe.h | 300 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name() function
|
H A D | trace_probe.c | 2067 if (find_trace_event_call(trace_probe_group_name(tp), in trace_probe_register_event_call()
|