Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dfprobe.c67 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()
/Linux-v6.6/include/linux/
Dfprobe.h54 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled() function