Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_fprobe.c27 static bool trace_fprobe_is_busy(struct dyn_event *ev);
34 .is_busy = trace_fprobe_is_busy,
85 static bool trace_fprobe_is_busy(struct dyn_event *ev) in trace_fprobe_is_busy() function