Lines Matching defs:bp

71 __weak int hw_breakpoint_weight(struct perf_event *bp)  in hw_breakpoint_weight()
105 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned()
121 static const struct cpumask *cpumask_of_bp(struct perf_event *bp) in cpumask_of_bp()
133 fetch_bp_busy_slots(struct bp_busy_slots *slots, struct perf_event *bp, in fetch_bp_busy_slots()
172 static void toggle_bp_task_slot(struct perf_event *bp, int cpu, in toggle_bp_task_slot()
191 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, in toggle_bp_slot()
219 __weak void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint()
268 static int __reserve_bp_slot(struct perf_event *bp, u64 bp_type) in __reserve_bp_slot()
302 int reserve_bp_slot(struct perf_event *bp) in reserve_bp_slot()
315 static void __release_bp_slot(struct perf_event *bp, u64 bp_type) in __release_bp_slot()
325 void release_bp_slot(struct perf_event *bp) in release_bp_slot()
335 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot()
357 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot()
372 int dbg_reserve_bp_slot(struct perf_event *bp) in dbg_reserve_bp_slot()
380 int dbg_release_bp_slot(struct perf_event *bp) in dbg_release_bp_slot()
390 static int hw_breakpoint_parse(struct perf_event *bp, in hw_breakpoint_parse()
414 int register_perf_hw_breakpoint(struct perf_event *bp) in register_perf_hw_breakpoint()
461 modify_user_hw_breakpoint_check(struct perf_event *bp, struct perf_event_attr *attr, in modify_user_hw_breakpoint_check()
497 int modify_user_hw_breakpoint(struct perf_event *bp, struct perf_event_attr *attr) in modify_user_hw_breakpoint()
525 void unregister_hw_breakpoint(struct perf_event *bp) in unregister_hw_breakpoint()
545 struct perf_event * __percpu *cpu_events, *bp; in register_wide_hw_breakpoint() local
600 static int hw_breakpoint_event_init(struct perf_event *bp) in hw_breakpoint_event_init()
622 static int hw_breakpoint_add(struct perf_event *bp, int flags) in hw_breakpoint_add()
635 static void hw_breakpoint_del(struct perf_event *bp, int flags) in hw_breakpoint_del()
640 static void hw_breakpoint_start(struct perf_event *bp, int flags) in hw_breakpoint_start()
645 static void hw_breakpoint_stop(struct perf_event *bp, int flags) in hw_breakpoint_stop()