Lines Matching refs:kprobe
42 DEFINE_PER_CPU(struct kprobe *, current_kprobe);
74 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
135 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
141 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
147 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
173 static void set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
194 static int evaluate_branch_instruction(struct kprobe *p, struct pt_regs *regs, in evaluate_branch_instruction()
228 static void prepare_singlestep(struct kprobe *p, struct pt_regs *regs, in prepare_singlestep()
261 static void __kprobes resume_execution(struct kprobe *p, in resume_execution()
275 struct kprobe *p; in kprobe_handler()
374 struct kprobe *cur = kprobe_running(); in post_kprobe_handler()
403 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
488 static int __kprobes trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
550 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()
558 static struct kprobe trampoline_p = {