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()
250 struct kprobe *cur = kprobe_running(); in arc_post_kprobe_handler()
294 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
399 static int __kprobes trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
461 static struct kprobe trampoline_p = {
472 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()