Searched refs:trace_kprobe_is_return (Results 1 – 1 of 1) sorted by relevance
85 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return() function329 if (trace_kprobe_is_return(tk)) in __enable_trace_kprobe()345 if (trace_kprobe_is_return(tk)) in __disable_trace_kprobe()514 if (trace_kprobe_is_return(tk)) in __register_trace_kprobe()526 if (trace_kprobe_is_return(tk)) in __unregister_trace_kprobe()642 if (trace_kprobe_is_return(tk) != trace_kprobe_is_return(old_tk)) { in register_trace_kprobe()1279 seq_putc(m, trace_kprobe_is_return(tk) ? 'r' : 'p'); in trace_kprobe_show()1280 if (trace_kprobe_is_return(tk) && tk->rp.maxactive) in trace_kprobe_show()1352 return trace_kprobe_is_return(tk) ? in trace_kprobe_missed()1755 *fd_type = trace_kprobe_is_return(tk) ? BPF_FD_TYPE_KRETPROBE in bpf_get_kprobe_info()[all …]