Home
last modified time | relevance | path

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

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