Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/probes/kprobes/
Dopt-arm.c181 opt_pre_handler(&op->kp, regs); in optimized_callback()
/linux-4.4.14/include/linux/
Dkprobes.h323 extern void opt_pre_handler(struct kprobe *p, struct pt_regs *regs);
/linux-4.4.14/arch/x86/kernel/kprobes/
Dopt.c167 opt_pre_handler(&op->kp, regs); in optimized_callback()
/linux-4.4.14/kernel/
Dkprobes.c351 void opt_pre_handler(struct kprobe *p, struct pt_regs *regs) in opt_pre_handler() function
363 NOKPROBE_SYMBOL(opt_pre_handler);