Lines Matching refs:perf_event
58 static DEFINE_PER_CPU(struct perf_event *, bp_per_reg[HBP_NUM]);
105 int arch_install_hw_breakpoint(struct perf_event *bp) in arch_install_hw_breakpoint()
112 struct perf_event **slot = this_cpu_ptr(&bp_per_reg[i]); in arch_install_hw_breakpoint()
145 void arch_uninstall_hw_breakpoint(struct perf_event *bp) in arch_uninstall_hw_breakpoint()
152 struct perf_event **slot = this_cpu_ptr(&bp_per_reg[i]); in arch_uninstall_hw_breakpoint()
174 int arch_check_bp_in_kernelspace(struct perf_event *bp) in arch_check_bp_in_kernelspace()
236 static int arch_build_bp_info(struct perf_event *bp) in arch_build_bp_info()
322 int arch_validate_hwbkpt_settings(struct perf_event *bp) in arch_validate_hwbkpt_settings()
376 struct perf_event *bp; in aout_dump_debugregs()
447 struct perf_event *bp; in hw_breakpoint_handler()
540 void hw_breakpoint_pmu_read(struct perf_event *bp) in hw_breakpoint_pmu_read()