Lines Matching refs:perf_event
59 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);
106 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
113 struct perf_event **slot = this_cpu_ptr(&bp_per_reg[i]); in arch_install_hw_breakpoint()
146 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
153 struct perf_event **slot = this_cpu_ptr(&bp_per_reg[i]); in arch_uninstall_hw_breakpoint()
175 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
237 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info()
325 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
380 struct perf_event *bp; in aout_dump_debugregs()
451 struct perf_event *bp; in hw_breakpoint_handler()
544 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()