Searched refs:trace_probe_name (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_fprobe.c | 115 if (event[0] != '\0' && strcmp(trace_probe_name(&tf->tp), event)) in trace_fprobe_match() 431 if (strcmp(trace_probe_name(&tf->tp), event) == 0 && in find_trace_fprobe() 544 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_fentry_event() 574 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_fexit_event() 850 old_tf = find_trace_fprobe(trace_probe_name(&tf->tp), in register_trace_fprobe() 1284 trace_probe_name(&tf->tp)); in trace_fprobe_show()
|
H A D | trace_uprobe.c | 311 strcmp(trace_probe_name(&tu->tp), event) == 0) && in trace_uprobe_match() 383 if (strcmp(trace_probe_name(&tu->tp), event) == 0 && in find_probe_event() 506 old_tu = find_probe_event(trace_probe_name(&tu->tp), in register_trace_uprobe() 761 trace_probe_name(&tu->tp), tu->filename, in trace_uprobe_show() 843 trace_probe_name(&tu->tp), nhits); in probes_profile_seq_show() 1084 trace_probe_name(&tu->tp), in print_uprobe_event() 1089 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() 717 trace_probe_name(&tk->tp), in trace_kprobe_module_callback() 1283 trace_probe_name(&tk->tp)); in trace_kprobe_show() 1369 trace_probe_name(&tk->tp), in probes_profile_seq_show() 1569 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_kprobe_event() 1599 trace_seq_printf(s, "%s: (", trace_probe_name(tp)); in print_kretprobe_event()
|
H A D | trace_eprobe.c | 79 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 D | trace_probe.h | 296 static inline const char *trace_probe_name(struct trace_probe *tp) in trace_probe_name() function
|
H A D | trace_probe.c | 2085 trace_probe_name(tp))) in trace_probe_register_event_call()
|