Lines Matching refs:kprobe
25 DEFINE_PER_CPU(struct kprobe *, current_kprobe);
56 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()
124 int arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
138 int arch_check_ftrace_location(struct kprobe *p) in arch_check_ftrace_location()
144 struct kprobe *p;
152 struct kprobe *p = args->p; in swap_instruction()
177 void arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
185 void arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
193 void arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
240 static void push_kprobe(struct kprobe_ctlblk *kcb, struct kprobe *p) in push_kprobe()
269 static void kprobe_reenter_check(struct kprobe_ctlblk *kcb, struct kprobe *p) in kprobe_reenter_check()
294 struct kprobe *p; in kprobe_handler()
364 static int trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs) in trampoline_probe_handler()
460 static void resume_execution(struct kprobe *p, struct pt_regs *regs) in resume_execution()
506 struct kprobe *p = kprobe_running(); in post_kprobe_handler()
535 struct kprobe *p = kprobe_running(); in kprobe_trap_handler()
644 static struct kprobe trampoline = {
654 int arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()