Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/kprobes/
H A Dopt.c50 if (list_empty(&op->list) || optprobe_queued_unopt(op)) in __recover_optprobed_insn()
/openbmc/linux/include/linux/
H A Dkprobes.h376 bool optprobe_queued_unopt(struct optimized_kprobe *op);
/openbmc/linux/kernel/
H A Dkprobes.c663 bool optprobe_queued_unopt(struct optimized_kprobe *op) in optprobe_queued_unopt() function
697 if (optprobe_queued_unopt(op)) { in optimize_kprobe()
737 if (optprobe_queued_unopt(op)) { in unoptimize_kprobe()
803 if (optprobe_queued_unopt(op)) in kill_optimized_kprobe()