Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dfprobe.c110 static bool is_fprobe_still_exist(struct fprobe *fp) in is_fprobe_still_exist() function
123 NOKPROBE_SYMBOL(is_fprobe_still_exist);
135 if (is_fprobe_still_exist(fp)) in add_fprobe_hash()
152 if (!is_fprobe_still_exist(fp)) in del_fprobe_hash()
485 if (is_fprobe_still_exist(fp) && !fprobe_disabled(fp)) { in fprobe_return()
931 if (!fp || !is_fprobe_still_exist(fp)) { in unregister_fprobe()