Lines Matching refs:kprobe
44 DEFINE_PER_CPU(struct kprobe *, current_kprobe);
78 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
139 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
146 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
153 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
180 static void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
201 static int evaluate_branch_instruction(struct kprobe *p, struct pt_regs *regs, in evaluate_branch_instruction()
235 static void prepare_singlestep(struct kprobe *p, struct pt_regs *regs, in prepare_singlestep()
266 static void resume_execution(struct kprobe *p, in resume_execution()
281 struct kprobe *p; in kprobe_handler()
381 struct kprobe *cur = kprobe_running(); in post_kprobe_handler()
410 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
495 static int trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
508 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()
517 static struct kprobe trampoline_p = {