Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_fprobe.c31 static bool trace_fprobe_is_busy(struct dyn_event *ev);
38 .is_busy = trace_fprobe_is_busy,
231 static bool trace_fprobe_is_busy(struct dyn_event *ev) in trace_fprobe_is_busy() function