Searched refs:uprobe_single_step_handler (Results 1 – 7 of 7) sorted by relevance
39 bool uprobe_single_step_handler(struct pt_regs *regs);46 static inline bool uprobe_single_step_handler(struct pt_regs *regs) in uprobe_single_step_handler() function
177 static int uprobe_single_step_handler(struct pt_regs *regs, in uprobe_single_step_handler() function197 .fn = uprobe_single_step_handler,
31 int uprobe_single_step_handler(struct pt_regs *regs);
152 int uprobe_single_step_handler(struct pt_regs *regs) in uprobe_single_step_handler() function
156 bool uprobe_single_step_handler(struct pt_regs *regs) in uprobe_single_step_handler() function
175 if (uprobe_single_step_handler(regs)) in do_trap_bkpt()
256 return user ? uprobe_single_step_handler(regs) : kprobe_single_step_handler(regs); in probe_single_step_handler()