Searched refs:trace_kprobe_is_return (Results 1 – 1 of 1) sorted by relevance
86 static nokprobe_inline bool trace_kprobe_is_return(struct trace_kprobe *tk) in trace_kprobe_is_return() function330 if (trace_kprobe_is_return(tk)) in __enable_trace_kprobe()346 if (trace_kprobe_is_return(tk)) in __disable_trace_kprobe()515 if (trace_kprobe_is_return(tk)) in __register_trace_kprobe()527 if (trace_kprobe_is_return(tk)) in __unregister_trace_kprobe()643 if (trace_kprobe_is_return(tk) != trace_kprobe_is_return(old_tk)) { in register_trace_kprobe()1278 seq_putc(m, trace_kprobe_is_return(tk) ? 'r' : 'p'); in trace_kprobe_show()1279 if (trace_kprobe_is_return(tk) && tk->rp.maxactive) in trace_kprobe_show()1351 return trace_kprobe_is_return(tk) ? in trace_kprobe_missed()1754 *fd_type = trace_kprobe_is_return(tk) ? BPF_FD_TYPE_KRETPROBE in bpf_get_kprobe_info()[all …]