Searched refs:trace_probe_group_name (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/trace/ |
| A D | trace_fprobe.c | 118 if (system && strcmp(trace_probe_group_name(&tf->tp), system)) in trace_fprobe_match() 432 strcmp(trace_probe_group_name(&tf->tp), group) == 0) in find_trace_fprobe() 851 trace_probe_group_name(&tf->tp)); in register_trace_fprobe() 1283 seq_printf(m, ":%s/%s", trace_probe_group_name(&tf->tp), in trace_fprobe_show()
|
| A D | trace_uprobe.c | 312 (!system || strcmp(trace_probe_group_name(&tu->tp), system) == 0) && in trace_uprobe_match() 384 strcmp(trace_probe_group_name(&tu->tp), group) == 0) in find_probe_event() 507 trace_probe_group_name(&tu->tp)); in register_trace_uprobe() 760 seq_printf(m, "%c:%s/%s %s:0x%0*lx", c, trace_probe_group_name(&tu->tp), in trace_uprobe_show()
|
| 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()
|
| 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() 1282 seq_printf(m, ":%s/%s", trace_probe_group_name(&tk->tp), in trace_kprobe_show()
|
| A D | trace_probe.h | 301 static inline const char *trace_probe_group_name(struct trace_probe *tp) in trace_probe_group_name() function
|
| A D | trace_probe.c | 2084 if (find_trace_event_call(trace_probe_group_name(tp), in trace_probe_register_event_call()
|
Completed in 27 milliseconds