Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_fprobe.c71 static bool trace_fprobe_is_return(struct trace_fprobe *tf) in trace_fprobe_is_return() function
651 if (trace_fprobe_is_return(tf)) { in init_trace_event_call()
794 if (trace_fprobe_is_return(tf) != trace_fprobe_is_return(to) || in append_trace_fprobe()
1194 if (trace_fprobe_is_return(tf) && tf->fp.nr_maxactive) in trace_fprobe_show()
1200 trace_fprobe_is_return(tf) ? "%return" : ""); in trace_fprobe_show()