Searched refs:trace_probe_group_name (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_fprobe.c | 262 if (system && strcmp(trace_probe_group_name(&tf->tp), system)) in trace_fprobe_match() 613 strcmp(trace_probe_group_name(&tf->tp), group) == 0) in find_trace_fprobe() 958 trace_probe_group_name(&tf->tp)); in register_trace_fprobe_event() 1442 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() 156 if (system && strcmp(trace_probe_group_name(&ep->tp), system) != 0) in eprobe_dyn_event_match()
|
| H A D | trace_probe.h | 308 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name() function
|
| H A D | trace_probe.c | 2138 if (find_trace_event_call(trace_probe_group_name(tp), in trace_probe_register_event_call()
|