Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfprobe.h81 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled() function
/linux-6.15/kernel/trace/
H A Dfprobe.c289 if (fp && !fprobe_disabled(fp)) in fprobe_entry()
309 if (!fp || fprobe_disabled(fp)) in fprobe_entry()
363 if (is_fprobe_still_exist(fp) && !fprobe_disabled(fp)) { in fprobe_return()