Lines Matching refs:perf_event
42 static DEFINE_PER_CPU(struct perf_event *, bp_on_reg[ARM_MAX_BRP]);
45 static DEFINE_PER_CPU(struct perf_event *, wp_on_reg[ARM_MAX_WRP]);
334 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
337 struct perf_event **slot, **slots; in arch_install_hw_breakpoint()
391 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
394 struct perf_event **slot, **slots; in arch_uninstall_hw_breakpoint()
460 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
522 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info()
595 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
671 static void enable_single_step(struct perf_event *bp, u32 addr) in enable_single_step()
685 static void disable_single_step(struct perf_event *bp) in disable_single_step()
697 struct perf_event *wp, **slots; in watchpoint_handler()
769 struct perf_event *wp, **slots; in watchpoint_single_step_handler()
802 struct perf_event *bp, **slots; in breakpoint_handler()
1123 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()