Lines Matching refs:kprobe
40 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
45 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
78 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
85 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
92 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
100 static void __kprobes prepare_singlestep(struct kprobe *p, struct pt_regs *regs) in prepare_singlestep()
127 static void __kprobes set_current_kprobe(struct kprobe *p, struct pt_regs *regs, in set_current_kprobe()
145 struct kprobe *p; in kprobe_handler()
291 static int __kprobes trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
365 struct kprobe *cur = kprobe_running(); in post_kprobe_handler()
406 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
500 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
529 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
543 static struct kprobe trampoline_p = {
553 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()