Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/kprobes/
H A Dopt.c50 if (list_empty(&op->list) || optprobe_queued_unopt(op)) in __recover_optprobed_insn()
/linux/include/linux/
H A Dkprobes.h362 bool optprobe_queued_unopt(struct optimized_kprobe *op);
/linux/kernel/
H A Dkprobes.c734 bool optprobe_queued_unopt(struct optimized_kprobe *op) in optprobe_queued_unopt() function
768 if (optprobe_queued_unopt(op)) { in optimize_kprobe()
808 if (optprobe_queued_unopt(op)) { in unoptimize_kprobe()
874 if (optprobe_queued_unopt(op)) in kill_optimized_kprobe()