Lines Matching refs:kprobe
30 DEFINE_PER_CPU(struct kprobe *, current_kprobe);
68 static void copy_instruction(struct kprobe *p) in copy_instruction()
96 static int s390_get_insn_slot(struct kprobe *p) in s390_get_insn_slot()
112 static void s390_free_insn_slot(struct kprobe *p) in s390_free_insn_slot()
129 struct kprobe *kp; in can_probe()
170 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
185 struct kprobe *p;
192 struct kprobe *p = args->p; in swap_instruction()
201 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
209 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
217 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
264 static void push_kprobe(struct kprobe_ctlblk *kcb, struct kprobe *p) in push_kprobe()
285 static void kprobe_reenter_check(struct kprobe_ctlblk *kcb, struct kprobe *p) in kprobe_reenter_check()
310 struct kprobe *p; in kprobe_handler()
373 static void resume_execution(struct kprobe *p, struct pt_regs *regs) in resume_execution()
401 struct kprobe *p = kprobe_running(); in post_kprobe_handler()
429 struct kprobe *p = kprobe_running(); in kprobe_trap_handler()
521 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()