Searched refs:trace_kprobe_symbol (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_kprobe.c | 92 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() function 111 const char *name = trace_kprobe_symbol(tk); in trace_kprobe_within_module() 160 trace_kprobe_symbol(tk), tk->rp.kp.offset); in trace_kprobe_match_command_head() 162 snprintf(buf, sizeof(buf), "%s", trace_kprobe_symbol(tk)); in trace_kprobe_match_command_head() 206 kallsyms_lookup_name(trace_kprobe_symbol(tk)); in trace_kprobe_address() 573 if (strcmp(trace_kprobe_symbol(orig), in trace_kprobe_has_same_kprobe() 574 trace_kprobe_symbol(comp)) || in trace_kprobe_has_same_kprobe() 685 p = strchr(trace_kprobe_symbol(tk), ':'); in register_module_trace_kprobe() 1305 seq_printf(m, " %s+%u", trace_kprobe_symbol(tk), in trace_kprobe_show() 1308 seq_printf(m, " %s", trace_kprobe_symbol(tk)); in trace_kprobe_show()
|