Lines Matching refs:kprobe

40 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
103 struct kprobe *p) in update_kprobe_inst_flag()
303 struct kprobe *p, in prepare_break_inst()
404 static void __kprobes set_current_kprobe(struct kprobe *p, in set_current_kprobe()
422 int __kprobes trampoline_probe_handler(struct kprobe *p, struct pt_regs *regs) in trampoline_probe_handler()
563 static void __kprobes prepare_booster(struct kprobe *p) in prepare_booster()
567 struct kprobe *other_kp; in prepare_booster()
582 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
621 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
648 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
671 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
687 static void __kprobes resume_execution(struct kprobe *p, struct pt_regs *regs) in resume_execution()
755 static void __kprobes prepare_ss(struct kprobe *p, struct pt_regs *regs) in prepare_ss()
788 struct kprobe *p; in pre_kprobes_handler()
897 struct kprobe *cur = kprobe_running(); in post_kprobes_handler()
924 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
1043 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
1090 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
1111 static struct kprobe trampoline_p = {
1122 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()