Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_kprobe.c41 static bool trace_kprobe_is_busy(struct dyn_event *ev);
48 .is_busy = trace_kprobe_is_busy,
135 static bool trace_kprobe_is_busy(struct dyn_event *ev) in trace_kprobe_is_busy() function