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.c315 strcmp(trace_probe_name(&tu->tp), event) == 0) && in trace_uprobe_match()
387 if (strcmp(trace_probe_name(&tu->tp), event) == 0 && in find_probe_event()
510 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()
843 trace_probe_name(&tu->tp), nhits); in probes_profile_seq_show()
1085 trace_probe_name(&tu->tp), in print_uprobe_event()
1090 trace_probe_name(&tu->tp), in print_uprobe_event()
H A Dtrace_kprobe.c185 strcmp(trace_probe_name(&tk->tp), event) == 0) && in trace_kprobe_match()
328 if (strcmp(trace_probe_name(&tk->tp), event) == 0 && in find_trace_kprobe()
649 old_tk = find_trace_kprobe(trace_probe_name(&tk->tp), in register_trace_kprobe()
723 trace_probe_name(&tk->tp), in trace_kprobe_module_callback()
1317 trace_probe_name(&tk->tp)); in trace_kprobe_show()
1405 trace_probe_name(&tk->tp), in probes_profile_seq_show()
1605 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_kprobe_event()
1635 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_kretprobe_event()
H A Dtrace_fprobe.c256 if (event[0] != '\0' && strcmp(trace_probe_name(&tf->tp), event)) in trace_fprobe_match()
608 if (strcmp(trace_probe_name(&tf->tp), event) == 0 && in find_trace_fprobe()
629 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_fentry_event()
659 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_fexit_event()
953 old_tf = find_trace_fprobe(trace_probe_name(&tf->tp), in register_trace_fprobe_event()
1439 trace_probe_name(&tf->tp)); in trace_fprobe_show()
H A Dtrace_eprobe.c83 trace_probe_name(&ep->tp)); in eprobe_dyn_event_show()
162 if (event[0] != '\0' && strcmp(trace_probe_name(&ep->tp), event) != 0) in eprobe_dyn_event_match()
278 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_eprobe_event()
H A Dtrace_probe.h312 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name() function
H A Dtrace_probe.c2699 trace_probe_name(tp))) in trace_probe_register_event_call()