Lines Matching defs:bp
58 static inline unsigned long hw_breakpoint_addr(struct perf_event *bp) in hw_breakpoint_addr()
63 static inline int hw_breakpoint_type(struct perf_event *bp) in hw_breakpoint_type()
68 static inline unsigned long hw_breakpoint_len(struct perf_event *bp) in hw_breakpoint_len()
109 static inline struct arch_hw_breakpoint *counter_arch_bp(struct perf_event *bp) in counter_arch_bp()
124 modify_user_hw_breakpoint(struct perf_event *bp, in modify_user_hw_breakpoint()
136 register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in register_perf_hw_breakpoint()
138 __register_perf_hw_breakpoint(struct perf_event *bp) { return -ENOSYS; } in __register_perf_hw_breakpoint()
139 static inline void unregister_hw_breakpoint(struct perf_event *bp) { } in unregister_hw_breakpoint()
143 reserve_bp_slot(struct perf_event *bp) {return -ENOSYS; } in reserve_bp_slot()
144 static inline void release_bp_slot(struct perf_event *bp) { } in release_bp_slot()
148 static inline struct arch_hw_breakpoint *counter_arch_bp(struct perf_event *bp) in counter_arch_bp()