Lines Matching defs:bp

84 __weak int hw_breakpoint_weight(struct perf_event *bp)  in hw_breakpoint_weight()
118 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned()
134 static const struct cpumask *cpumask_of_bp(struct perf_event *bp) in cpumask_of_bp()
146 fetch_bp_busy_slots(struct bp_busy_slots *slots, struct perf_event *bp, in fetch_bp_busy_slots()
185 static void toggle_bp_task_slot(struct perf_event *bp, int cpu, in toggle_bp_task_slot()
204 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, in toggle_bp_slot()
232 __weak void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint()
281 static int __reserve_bp_slot(struct perf_event *bp, u64 bp_type) in __reserve_bp_slot()
315 int reserve_bp_slot(struct perf_event *bp) in reserve_bp_slot()
328 static void __release_bp_slot(struct perf_event *bp, u64 bp_type) in __release_bp_slot()
338 void release_bp_slot(struct perf_event *bp) in release_bp_slot()
348 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot()
370 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot()
385 int dbg_reserve_bp_slot(struct perf_event *bp) in dbg_reserve_bp_slot()
393 int dbg_release_bp_slot(struct perf_event *bp) in dbg_release_bp_slot()
403 static int hw_breakpoint_parse(struct perf_event *bp, in hw_breakpoint_parse()
427 int register_perf_hw_breakpoint(struct perf_event *bp) in register_perf_hw_breakpoint()
474 modify_user_hw_breakpoint_check(struct perf_event *bp, struct perf_event_attr *attr, in modify_user_hw_breakpoint_check()
510 int modify_user_hw_breakpoint(struct perf_event *bp, struct perf_event_attr *attr) in modify_user_hw_breakpoint()
538 void unregister_hw_breakpoint(struct perf_event *bp) in unregister_hw_breakpoint()
558 struct perf_event * __percpu *cpu_events, *bp; in register_wide_hw_breakpoint() local
613 static int hw_breakpoint_event_init(struct perf_event *bp) in hw_breakpoint_event_init()
635 static int hw_breakpoint_add(struct perf_event *bp, int flags) in hw_breakpoint_add()
648 static void hw_breakpoint_del(struct perf_event *bp, int flags) in hw_breakpoint_del()
653 static void hw_breakpoint_start(struct perf_event *bp, int flags) in hw_breakpoint_start()
658 static void hw_breakpoint_stop(struct perf_event *bp, int flags) in hw_breakpoint_stop()