Lines Matching refs:kprobe
23 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
26 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
40 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
48 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
56 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
94 static inline void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe()
99 static void __kprobes resume_execution(struct kprobe *p, unsigned long addr, in resume_execution()
128 static void __kprobes setup_singlestep(struct kprobe *p, struct pt_regs *regs) in setup_singlestep()
198 struct kprobe *p; in arc_kprobe_handler()
256 struct kprobe *cur = kprobe_running(); in arc_post_kprobe_handler()
300 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
389 int __kprobes setjmp_pre_handler(struct kprobe *p, struct pt_regs *regs) in setjmp_pre_handler()
408 int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs) in longjmp_break_handler()
437 static int __kprobes trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
501 static struct kprobe trampoline_p = {
512 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()