Searched refs:fprobe_disabled (Results 1 – 2 of 2) sorted by relevance
82 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled() function
284 if (unlikely(!fp || fprobe_disabled(fp) || fp->exit_handler)) in fprobe_ftrace_entry()411 if (fp && !fprobe_disabled(fp) && !fprobe_is_ftrace(fp)) in fprobe_fgraph_entry()431 if (unlikely(!fp || fprobe_disabled(fp) || fprobe_is_ftrace(fp))) in fprobe_fgraph_entry()485 if (is_fprobe_still_exist(fp) && !fprobe_disabled(fp)) { in fprobe_return()