diff options
Diffstat (limited to 'arch/arm64/include/asm/hw_breakpoint.h')
| -rw-r--r-- | arch/arm64/include/asm/hw_breakpoint.h | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/arch/arm64/include/asm/hw_breakpoint.h b/arch/arm64/include/asm/hw_breakpoint.h index 41770766d964..6a53e59ced95 100644 --- a/arch/arm64/include/asm/hw_breakpoint.h +++ b/arch/arm64/include/asm/hw_breakpoint.h @@ -119,13 +119,16 @@ static inline void decode_ctrl_reg(u32 reg,  struct task_struct;  struct notifier_block; +struct perf_event_attr;  struct perf_event;  struct pmu;  extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,  				  int *gen_len, int *gen_type, int *offset); -extern int arch_check_bp_in_kernelspace(struct perf_event *bp); -extern int arch_validate_hwbkpt_settings(struct perf_event *bp); +extern int arch_check_bp_in_kernelspace(struct arch_hw_breakpoint *hw); +extern int hw_breakpoint_arch_parse(struct perf_event *bp, +				    const struct perf_event_attr *attr, +				    struct arch_hw_breakpoint *hw);  extern int hw_breakpoint_exceptions_notify(struct notifier_block *unused,  					   unsigned long val, void *data); |