Searched refs:trace_kprobe_symbol (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/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() 154 trace_kprobe_symbol(tk), tk->rp.kp.offset); in trace_kprobe_match_command_head() 156 snprintf(buf, sizeof(buf), "%s", trace_kprobe_symbol(tk)); in trace_kprobe_match_command_head() 199 kallsyms_lookup_name(trace_kprobe_symbol(tk)); in trace_kprobe_address() 495 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() 1119 seq_printf(m, " %s+%u", trace_kprobe_symbol(tk), in trace_kprobe_show() 1122 seq_printf(m, " %s", trace_kprobe_symbol(tk)); in trace_kprobe_show()
|