Lines Matching refs:perf_event
57 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);
104 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
111 struct perf_event **slot = this_cpu_ptr(&bp_per_reg[i]); in arch_install_hw_breakpoint()
144 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
151 struct perf_event **slot = this_cpu_ptr(&bp_per_reg[i]); in arch_uninstall_hw_breakpoint()
173 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
231 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info()
293 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
347 struct perf_event *bp; in aout_dump_debugregs()
418 struct perf_event *bp; in hw_breakpoint_handler()
511 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()