kprobe_single_step_handler
int kprobe_single_step_handler(struct pt_regs *regs);
if (kprobe_single_step_handler(regs))
bool kprobe_single_step_handler(struct pt_regs *regs);
return user ? uprobe_single_step_handler(regs) : kprobe_single_step_handler(regs);