Lines Matching defs:bp

66 int arch_install_hw_breakpoint(struct perf_event *bp)  in arch_install_hw_breakpoint()
102 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
122 static bool is_ptrace_bp(struct perf_event *bp) in is_ptrace_bp()
129 struct perf_event *bp; member
136 static struct breakpoint *alloc_breakpoint(struct perf_event *bp) in alloc_breakpoint()
160 static bool alternate_infra_bp(struct breakpoint *b, struct perf_event *bp) in alternate_infra_bp()
165 static bool can_co_exist(struct breakpoint *b, struct perf_event *bp) in can_co_exist()
170 static int task_bps_add(struct perf_event *bp) in task_bps_add()
182 static void task_bps_remove(struct perf_event *bp) in task_bps_remove()
201 static bool all_task_bps_check(struct perf_event *bp) in all_task_bps_check()
216 static bool same_task_bps_check(struct perf_event *bp) in same_task_bps_check()
228 static int cpu_bps_add(struct perf_event *bp) in cpu_bps_add()
248 static void cpu_bps_remove(struct perf_event *bp) in cpu_bps_remove()
266 static bool cpu_bps_check(int cpu, struct perf_event *bp) in cpu_bps_check()
279 static bool all_cpu_bps_check(struct perf_event *bp) in all_cpu_bps_check()
294 int arch_reserve_bp_slot(struct perf_event *bp) in arch_reserve_bp_slot()
338 void arch_release_bp_slot(struct perf_event *bp) in arch_release_bp_slot()
352 void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint()
440 int hw_breakpoint_arch_parse(struct perf_event *bp, in hw_breakpoint_arch_parse()
506 static void handler_error(struct perf_event *bp, struct arch_hw_breakpoint *info) in handler_error()
513 static void larx_stcx_err(struct perf_event *bp, struct arch_hw_breakpoint *info) in larx_stcx_err()
520 static bool stepping_handler(struct pt_regs *regs, struct perf_event **bp, in stepping_handler()
556 struct perf_event *bp[HBP_NUM_MAX] = { NULL }; in hw_breakpoint_handler() local
676 struct perf_event *bp = NULL; in single_step_dabr_instruction() local
762 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
767 void ptrace_triggered(struct perf_event *bp, in ptrace_triggered()