is_fprobe_still_exist
NOKPROBE_SYMBOL(is_fprobe_still_exist);
if (is_fprobe_still_exist(fp))
if (!is_fprobe_still_exist(fp))
if (is_fprobe_still_exist(fp) && !fprobe_disabled(fp)) {
if (!fp || !is_fprobe_still_exist(fp)) {