Lines Matching refs:kprobe
29 DEFINE_PER_CPU(struct kprobe *, current_kprobe);
69 static void copy_instruction(struct kprobe *p) in copy_instruction()
97 static int s390_get_insn_slot(struct kprobe *p) in s390_get_insn_slot()
113 static void s390_free_insn_slot(struct kprobe *p) in s390_free_insn_slot()
130 struct kprobe *kp; in can_probe()
171 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
186 struct kprobe *p;
193 struct kprobe *p = args->p; in swap_instruction()
202 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
210 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
218 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
265 static void push_kprobe(struct kprobe_ctlblk *kcb, struct kprobe *p) in push_kprobe()
295 static void kprobe_reenter_check(struct kprobe_ctlblk *kcb, struct kprobe *p) in kprobe_reenter_check()
320 struct kprobe *p; in kprobe_handler()
403 static void resume_execution(struct kprobe *p, struct pt_regs *regs) in resume_execution()
431 struct kprobe *p = kprobe_running(); in post_kprobe_handler()
460 struct kprobe *p = kprobe_running(); in kprobe_trap_handler()
552 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()