Lines Matching refs:kprobe
31 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
143 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
146 struct kprobe *prev; in arch_prepare_kprobe()
190 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
196 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
202 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
211 static nokprobe_inline void prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
238 static nokprobe_inline void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
255 static int try_to_emulate(struct kprobe *p, struct pt_regs *regs) in try_to_emulate()
298 struct kprobe *p; in kprobe_handler()
427 static int trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs) in trampoline_probe_handler()
465 struct kprobe *cur = kprobe_running(); in kprobe_post_handler()
508 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
556 static struct kprobe trampoline_p = {
566 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()