Home
last modified time | relevance | path

Searched refs:trace_probe_name (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/
H A Dtrace_fprobe.c259 if (event[0] != '\0' && strcmp(trace_probe_name(&tf->tp), event)) in trace_fprobe_match()
612 if (strcmp(trace_probe_name(&tf->tp), event) == 0 && in find_trace_fprobe()
633 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_fentry_event()
663 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_fexit_event()
957 old_tf = find_trace_fprobe(trace_probe_name(&tf->tp), in register_trace_fprobe_event()
1443 trace_probe_name(&tf->tp)); in trace_fprobe_show()
H A Dtrace_eprobe.c83 trace_probe_name(&ep->tp)); in eprobe_dyn_event_show()
160 if (event[0] != '\0' && strcmp(trace_probe_name(&ep->tp), event) != 0) in eprobe_dyn_event_match()
275 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_eprobe_event()
H A Dtrace_probe.h303 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name() function
H A Dtrace_probe.c2253 trace_probe_name(tp))) in trace_probe_register_event_call()