Searched refs:trace_probe_group_name (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_fprobe.c | 259 if (system && strcmp(trace_probe_group_name(&tf->tp), system)) in trace_fprobe_match() 609 strcmp(trace_probe_group_name(&tf->tp), group) == 0) in find_trace_fprobe() 954 trace_probe_group_name(&tf->tp)); in register_trace_fprobe_event() 1438 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() 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_eprobe.c | 82 seq_printf(m, "e:%s/%s", trace_probe_group_name(&ep->tp), in eprobe_dyn_event_show() 158 if (system && strcmp(trace_probe_group_name(&ep->tp), system) != 0) in eprobe_dyn_event_match()
|
| H A D | trace_kprobe.c | 186 (!system || strcmp(trace_probe_group_name(&tk->tp), system) == 0) && in trace_kprobe_match() 329 strcmp(trace_probe_group_name(&tk->tp), group) == 0) in find_trace_kprobe() 650 trace_probe_group_name(&tk->tp)); in register_trace_kprobe() 1316 seq_printf(m, ":%s/%s", trace_probe_group_name(&tk->tp), in trace_kprobe_show()
|
| H A D | trace_probe.h | 317 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name() function
|
| H A D | trace_probe.c | 2698 if (find_trace_event_call(trace_probe_group_name(tp), in trace_probe_register_event_call()
|