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
143 static struct breakpoint *alloc_breakpoint(struct perf_event *bp) in alloc_breakpoint()
167 static bool alternate_infra_bp(struct breakpoint *b, struct perf_event *bp) in alternate_infra_bp()
172 static bool can_co_exist(struct breakpoint *b, struct perf_event *bp) in can_co_exist()
177 static int task_bps_add(struct perf_event *bp) in task_bps_add()
191 static void task_bps_remove(struct perf_event *bp) in task_bps_remove()
212 static bool all_task_bps_check(struct perf_event *bp) in all_task_bps_check()
232 static bool same_task_bps_check(struct perf_event *bp) in same_task_bps_check()
249 static int cpu_bps_add(struct perf_event *bp) in cpu_bps_add()
271 static void cpu_bps_remove(struct perf_event *bp) in cpu_bps_remove()
291 static bool cpu_bps_check(int cpu, struct perf_event *bp) in cpu_bps_check()
309 static bool all_cpu_bps_check(struct perf_event *bp) in all_cpu_bps_check()
320 int arch_reserve_bp_slot(struct perf_event *bp) in arch_reserve_bp_slot()
364 void arch_release_bp_slot(struct perf_event *bp) in arch_release_bp_slot()
378 void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint()
466 int hw_breakpoint_arch_parse(struct perf_event *bp, in hw_breakpoint_arch_parse()
537 static void handler_error(struct perf_event *bp, struct arch_hw_breakpoint *info) in handler_error()
544 static void larx_stcx_err(struct perf_event *bp, struct arch_hw_breakpoint *info) in larx_stcx_err()
551 static bool stepping_handler(struct pt_regs *regs, struct perf_event **bp, in stepping_handler()
639 struct perf_event *bp[HBP_NUM_MAX] = { NULL }; in hw_breakpoint_handler() local
765 struct perf_event *bp = NULL; in single_step_dabr_instruction() local
851 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()
856 void ptrace_triggered(struct perf_event *bp, in ptrace_triggered()