Searched refs:trace_probe_group_name (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_fprobe.c | 261 if (system && strcmp(trace_probe_group_name(&tf->tp), system)) in trace_fprobe_match() 610 strcmp(trace_probe_group_name(&tf->tp), group) == 0) in find_trace_fprobe() 955 trace_probe_group_name(&tf->tp)); in register_trace_fprobe_event() 1439 seq_printf(m, ":%s/%s", trace_probe_group_name(&tf->tp), in trace_fprobe_show()
|
H A D | trace_uprobe.c | 316 (!system || strcmp(trace_probe_group_name(&tu->tp), system) == 0) && in trace_uprobe_match() 388 strcmp(trace_probe_group_name(&tu->tp), group) == 0) in find_probe_event() 511 trace_probe_group_name(&tu->tp)); in register_trace_uprobe() 775 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 | 176 (!system || strcmp(trace_probe_group_name(&tk->tp), system) == 0) && in trace_kprobe_match() 319 strcmp(trace_probe_group_name(&tk->tp), group) == 0) in find_trace_kprobe() 640 trace_probe_group_name(&tk->tp)); in register_trace_kprobe() 1296 seq_printf(m, ":%s/%s", trace_probe_group_name(&tk->tp), in trace_kprobe_show()
|
H A D | trace_probe.h | 302 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name() function
|
H A D | trace_probe.c | 2132 if (find_trace_event_call(trace_probe_group_name(tp), in trace_probe_register_event_call()
|