Lines Matching refs:perf_event
42 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg);
63 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
66 struct perf_event **slot = this_cpu_ptr(&bp_per_reg); in arch_install_hw_breakpoint()
89 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
91 struct perf_event **slot = this_cpu_ptr(&bp_per_reg); in arch_uninstall_hw_breakpoint()
106 void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint()
121 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
143 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
212 struct perf_event *bp; in hw_breakpoint_handler()
307 struct perf_event *bp = NULL; in single_step_dabr_instruction()
373 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()