Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dfprobe.c335 static bool fprobe_is_ftrace(struct fprobe *fp) in fprobe_is_ftrace() function
358 static bool fprobe_is_ftrace(struct fprobe *fp) in fprobe_is_ftrace() function
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()
851 if (fprobe_is_ftrace(fp)) in register_fprobe_ips()
951 if (fprobe_is_ftrace(fp)) in unregister_fprobe()