Lines Matching refs:perf_event
41 static DEFINE_PER_CPU(struct perf_event *, bp_on_reg[ARM_MAX_BRP]);
44 static DEFINE_PER_CPU(struct perf_event *, wp_on_reg[ARM_MAX_WRP]);
333 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
336 struct perf_event **slot, **slots; in arch_install_hw_breakpoint()
390 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
393 struct perf_event **slot, **slots; in arch_uninstall_hw_breakpoint()
459 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
521 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info()
594 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
670 static void enable_single_step(struct perf_event *bp, u32 addr) in enable_single_step()
684 static void disable_single_step(struct perf_event *bp) in disable_single_step()
696 struct perf_event *wp, **slots; in watchpoint_handler()
768 struct perf_event *wp, **slots; in watchpoint_single_step_handler()
801 struct perf_event *bp, **slots; in breakpoint_handler()
1122 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()