Home
last modified time | relevance | path

Searched refs:cur_kprobe (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dkprobes.c210 struct kprobe *p, *cur_kprobe; in kprobe_breakpoint_handler() local
219 cur_kprobe = kprobe_running(); in kprobe_breakpoint_handler()
223 if (cur_kprobe) { in kprobe_breakpoint_handler()
/linux/arch/riscv/kernel/probes/
H A Dkprobes.c289 struct kprobe *p, *cur_kprobe; in kprobe_breakpoint_handler() local
294 cur_kprobe = kprobe_running(); in kprobe_breakpoint_handler()
299 if (cur_kprobe) { in kprobe_breakpoint_handler()
/linux/arch/arm64/kernel/probes/
H A Dkprobes.c313 struct kprobe *p, *cur_kprobe; in kprobe_brk_handler() local
318 cur_kprobe = kprobe_running(); in kprobe_brk_handler()
329 if (cur_kprobe) { in kprobe_brk_handler()
/linux/arch/csky/kernel/probes/
H A Dkprobes.c313 struct kprobe *p, *cur_kprobe; in kprobe_breakpoint_handler() local
318 cur_kprobe = kprobe_running(); in kprobe_breakpoint_handler()
323 if (cur_kprobe) { in kprobe_breakpoint_handler()