Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_kprobe.c43 static bool trace_kprobe_is_busy(struct dyn_event *ev);
50 .is_busy = trace_kprobe_is_busy,
140 static bool trace_kprobe_is_busy(struct dyn_event *ev) in trace_kprobe_is_busy() function