Searched refs:trace_probe_name (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_uprobe.c | 315 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() 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 D | trace_kprobe.c | 175 strcmp(trace_probe_name(&tk->tp), event) == 0) && in trace_kprobe_match() 318 if (strcmp(trace_probe_name(&tk->tp), event) == 0 && in find_trace_kprobe() 639 old_tk = find_trace_kprobe(trace_probe_name(&tk->tp), in register_trace_kprobe() 713 trace_probe_name(&tk->tp), in trace_kprobe_module_callback() 1299 trace_probe_name(&tk->tp)); in trace_kprobe_show() 1385 trace_probe_name(&tk->tp), in probes_profile_seq_show() 1585 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_kprobe_event() 1615 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_kretprobe_event()
|
| H A D | trace_fprobe.c | 259 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 D | trace_eprobe.c | 83 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 D | trace_probe.h | 302 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name() function
|
| H A D | trace_probe.c | 2134 trace_probe_name(tp))) in trace_probe_register_event_call()
|