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() function322 if (trace_kprobe_is_return(tk)) in __enable_trace_kprobe()338 if (trace_kprobe_is_return(tk)) in __disable_trace_kprobe()507 if (trace_kprobe_is_return(tk)) in __register_trace_kprobe()519 if (trace_kprobe_is_return(tk)) in __unregister_trace_kprobe()635 if (trace_kprobe_is_return(tk) != trace_kprobe_is_return(old_tk)) { in register_trace_kprobe()1193 seq_putc(m, trace_kprobe_is_return(tk) ? 'r' : 'p'); in trace_kprobe_show()1194 if (trace_kprobe_is_return(tk) && tk->rp.maxactive) in trace_kprobe_show()1266 return trace_kprobe_is_return(tk) ? in trace_kprobe_missed()1669 *fd_type = trace_kprobe_is_return(tk) ? BPF_FD_TYPE_KRETPROBE in bpf_get_kprobe_info()[all …]