Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_uprobe.c313 strcmp(trace_probe_name(&tu->tp), event) == 0) && in trace_uprobe_match()
385 if (strcmp(trace_probe_name(&tu->tp), event) == 0 && in find_probe_event()
508 old_tu = find_probe_event(trace_probe_name(&tu->tp), in register_trace_uprobe()
758 trace_probe_name(&tu->tp), tu->filename, in trace_uprobe_show()
840 trace_probe_name(&tu->tp), nhits); in probes_profile_seq_show()
1081 trace_probe_name(&tu->tp), in print_uprobe_event()
1086 trace_probe_name(&tu->tp), in print_uprobe_event()
H A Dtrace_kprobe.c176 strcmp(trace_probe_name(&tk->tp), event) == 0) && in trace_kprobe_match()
319 if (strcmp(trace_probe_name(&tk->tp), event) == 0 && in find_trace_kprobe()
640 old_tk = find_trace_kprobe(trace_probe_name(&tk->tp), in register_trace_kprobe()
714 trace_probe_name(&tk->tp), in trace_kprobe_module_callback()
1282 trace_probe_name(&tk->tp)); in trace_kprobe_show()
1368 trace_probe_name(&tk->tp), in probes_profile_seq_show()
1568 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_kprobe_event()
1598 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_kretprobe_event()
H A Dtrace_fprobe.c115 if (event[0] != '\0' && strcmp(trace_probe_name(&tf->tp), event)) in trace_fprobe_match()
466 if (strcmp(trace_probe_name(&tf->tp), event) == 0 && in find_trace_fprobe()
579 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_fentry_event()
609 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_fexit_event()
885 old_tf = find_trace_fprobe(trace_probe_name(&tf->tp), in register_trace_fprobe()
1300 trace_probe_name(&tf->tp)); in trace_fprobe_show()
H A Dtrace_eprobe.c79 trace_probe_name(&ep->tp)); in eprobe_dyn_event_show()
156 if (event[0] != '\0' && strcmp(trace_probe_name(&ep->tp), event) != 0) in eprobe_dyn_event_match()
274 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_eprobe_event()
H A Dtrace_probe.h295 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name() function
H A Dtrace_probe.c2068 trace_probe_name(tp))) in trace_probe_register_event_call()