Home
last modified time | relevance | path

Searched refs:trace_kprobe_symbol (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/kernel/trace/
Dtrace_kprobe.c48 static nokprobe_inline const char *trace_kprobe_symbol(struct trace_kprobe *tk) in trace_kprobe_symbol() function
67 const char *name = trace_kprobe_symbol(tk); in trace_kprobe_within_module()
73 return !!strchr(trace_kprobe_symbol(tk), ':'); in trace_kprobe_is_on_module()
469 trace_kprobe_symbol(tk), trace_kprobe_offset(tk), ret); in __register_trace_kprobe()
837 seq_printf(m, " %s+%u", trace_kprobe_symbol(tk), in probes_seq_show()
840 seq_printf(m, " %s", trace_kprobe_symbol(tk)); in probes_seq_show()