Searched refs:fprobe_disabled (Results 1 – 2 of 2) sorted by relevance
67 if (fprobe_disabled(fp)) in fprobe_handler()91 if (fprobe_disabled(fp)) in fprobe_kprobe_handler()129 if (!fp || fprobe_disabled(fp)) in fprobe_exit_handler()
54 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled() function