Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_uprobe.c40 static bool trace_uprobe_is_busy(struct dyn_event *ev);
47 .is_busy = trace_uprobe_is_busy,
277 static bool trace_uprobe_is_busy(struct dyn_event *ev) in trace_uprobe_is_busy() function