Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/trace/
Dtrace_kprobe.c43 static bool trace_kprobe_is_busy(struct dyn_event *ev);
50 .is_busy = trace_kprobe_is_busy,
133 static bool trace_kprobe_is_busy(struct dyn_event *ev) in trace_kprobe_is_busy() function