Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_fprobe.c28 static bool trace_fprobe_is_busy(struct dyn_event *ev);
35 .is_busy = trace_fprobe_is_busy,
86 static bool trace_fprobe_is_busy(struct dyn_event *ev) in trace_fprobe_is_busy() function