Searched refs:trace_kprobe_symbol (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| A D | trace_kprobe.c | 88 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() function 107 const char *name = trace_kprobe_symbol(tk); in trace_kprobe_within_module() 150 trace_kprobe_symbol(tk), tk->rp.kp.offset); in trace_kprobe_match_command_head() 152 snprintf(buf, sizeof(buf), "%s", trace_kprobe_symbol(tk)); in trace_kprobe_match_command_head() 195 kallsyms_lookup_name(trace_kprobe_symbol(tk)); in trace_kprobe_address() 491 trace_kprobe_symbol(tk)); in __register_trace_kprobe() 567 if (strcmp(trace_kprobe_symbol(orig), in trace_kprobe_has_same_kprobe() 568 trace_kprobe_symbol(comp)) || in trace_kprobe_has_same_kprobe() 1111 seq_printf(m, " %s+%u", trace_kprobe_symbol(tk), in trace_kprobe_show() 1114 seq_printf(m, " %s", trace_kprobe_symbol(tk)); in trace_kprobe_show()
|
Completed in 7 milliseconds