Lines Matching refs:kprobe
20 DEFINE_PER_CPU(struct kprobe *, current_kprobe) = NULL;
23 int __kprobes arch_prepare_kprobe(struct kprobe *p) in arch_prepare_kprobe()
37 void __kprobes arch_arm_kprobe(struct kprobe *p) in arch_arm_kprobe()
45 void __kprobes arch_disarm_kprobe(struct kprobe *p) in arch_disarm_kprobe()
53 void __kprobes arch_remove_kprobe(struct kprobe *p) in arch_remove_kprobe()
91 static inline void __kprobes set_current_kprobe(struct kprobe *p) in set_current_kprobe()
96 static void __kprobes resume_execution(struct kprobe *p, unsigned long addr, in resume_execution()
125 static void __kprobes setup_singlestep(struct kprobe *p, struct pt_regs *regs) in setup_singlestep()
196 struct kprobe *p; in arc_kprobe_handler()
248 struct kprobe *cur = kprobe_running(); in arc_post_kprobe_handler()
292 struct kprobe *cur = kprobe_running(); in kprobe_fault_handler()
383 static int __kprobes trampoline_probe_handler(struct kprobe *p, in trampoline_probe_handler()
394 static struct kprobe trampoline_p = {
405 int __kprobes arch_trampoline_kprobe(struct kprobe *p) in arch_trampoline_kprobe()