Searched refs:trace_kprobe_symbol (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/trace/ |
| H A D | trace_kprobe.c | 91 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() function 110 const char *name = trace_kprobe_symbol(tk); in trace_kprobe_within_module() 159 trace_kprobe_symbol(tk), tk->rp.kp.offset); in trace_kprobe_match_command_head() 161 snprintf(buf, sizeof(buf), "%s", trace_kprobe_symbol(tk)); in trace_kprobe_match_command_head() 205 kallsyms_lookup_name(trace_kprobe_symbol(tk)); in trace_kprobe_address() 572 if (strcmp(trace_kprobe_symbol(orig), in trace_kprobe_has_same_kprobe() 573 trace_kprobe_symbol(comp)) || in trace_kprobe_has_same_kprobe() 684 p = strchr(trace_kprobe_symbol(tk), ':'); in register_module_trace_kprobe() 1287 seq_printf(m, " %s+%u", trace_kprobe_symbol(tk), in trace_kprobe_show() 1290 seq_printf(m, " %s", trace_kprobe_symbol(tk)); in trace_kprobe_show()
|