Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dtrace_kprobe.c41 static bool trace_kprobe_is_busy(struct dyn_event *ev);
48 .is_busy = trace_kprobe_is_busy,
134 static bool trace_kprobe_is_busy(struct dyn_event *ev) in trace_kprobe_is_busy() function