diff options
Diffstat (limited to 'arch/arm/include/asm/hw_breakpoint.h')
| -rw-r--r-- | arch/arm/include/asm/hw_breakpoint.h | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/include/asm/hw_breakpoint.h b/arch/arm/include/asm/hw_breakpoint.h index e46e4e7bdba3..ac54c06764e6 100644 --- a/arch/arm/include/asm/hw_breakpoint.h +++ b/arch/arm/include/asm/hw_breakpoint.h @@ -111,14 +111,17 @@ static inline void decode_ctrl_reg(u32 reg,  	asm volatile("mcr p14, 0, %0, " #N "," #M ", " #OP2 : : "r" (VAL));\  } while (0) +struct perf_event_attr;  struct notifier_block;  struct perf_event;  struct pmu;  extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,  				  int *gen_len, int *gen_type); -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);  | 
