Home
last modified time | relevance | path

Searched defs:bp (Results 1 – 5 of 5) sorted by relevance

/kernel/events/
Dhw_breakpoint.c108 static inline struct mutex *get_task_bps_mutex(struct perf_event *bp) in get_task_bps_mutex()
115 static struct mutex *bp_constraints_lock(struct perf_event *bp) in bp_constraints_lock()
149 static bool bp_constraints_is_locked(struct perf_event *bp) in bp_constraints_is_locked()
158 static inline void assert_bp_constraints_lock_held(struct perf_event *bp) in assert_bp_constraints_lock_held()
285 static inline int hw_breakpoint_weight(struct perf_event *bp) in hw_breakpoint_weight()
322 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned()
358 static const struct cpumask *cpumask_of_bp(struct perf_event *bp) in cpumask_of_bp()
370 max_bp_pinned_slots(struct perf_event *bp, enum bp_type_idx type) in max_bp_pinned_slots()
409 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, int weight) in toggle_bp_slot()
526 __weak int arch_reserve_bp_slot(struct perf_event *bp) in arch_reserve_bp_slot()
[all …]
Dhw_breakpoint_test.c45 static void unregister_test_bp(struct perf_event **bp) in unregister_test_bp()
67 struct perf_event *bp = register_test_bp(cpu, tsk, *id); in fill_one_bp_slot() local
Dcore.c3201 static int perf_event_modify_breakpoint(struct perf_event *bp, in perf_event_modify_breakpoint()
10360 void perf_bp_event(struct perf_event *bp, void *data) in perf_bp_event()
/kernel/debug/kdb/
Dkdb_bp.c40 static char *kdb_bptype(kdb_bp_t *bp) in kdb_bptype()
48 static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp) in kdb_parsebp()
92 static int _kdb_bp_remove(kdb_bp_t *bp) in _kdb_bp_remove()
108 static void kdb_handle_bp(struct pt_regs *regs, kdb_bp_t *bp) in kdb_handle_bp()
125 static int _kdb_bp_install(struct pt_regs *regs, kdb_bp_t *bp) in _kdb_bp_install()
179 kdb_bp_t *bp = &kdb_breakpoints[i]; in kdb_bp_install() local
210 kdb_bp_t *bp = &kdb_breakpoints[i]; in kdb_bp_remove() local
238 static void kdb_printbp(kdb_bp_t *bp, int i) in kdb_printbp()
280 kdb_bp_t *bp, *bp_check; in kdb_bp() local
389 kdb_bp_t *bp = NULL; in kdb_bc() local
[all …]
Dkdb_debugger.c56 kdb_bp_t *bp; in kdb_stub() local