Searched refs:uprobe_single_step_handler (Results 1 – 7 of 7) sorted by relevance
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);
38 bool uprobe_single_step_handler(struct pt_regs *regs);
149 int uprobe_single_step_handler(struct pt_regs *regs) in uprobe_single_step_handler() function
154 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()
164 if (uprobe_single_step_handler(regs)) in do_trap_break()
Completed in 16 milliseconds