Home
last modified time | relevance | path

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

/kernel/events/
Dhw_breakpoint.c83 __weak int hw_breakpoint_weight(struct perf_event *bp) in hw_breakpoint_weight()
88 static inline enum bp_type_idx find_slot_idx(struct perf_event *bp) in find_slot_idx()
117 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned()
133 static const struct cpumask *cpumask_of_bp(struct perf_event *bp) in cpumask_of_bp()
145 fetch_bp_busy_slots(struct bp_busy_slots *slots, struct perf_event *bp, in fetch_bp_busy_slots()
184 static void toggle_bp_task_slot(struct perf_event *bp, int cpu, in toggle_bp_task_slot()
203 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, in toggle_bp_slot()
231 __weak void arch_unregister_hw_breakpoint(struct perf_event *bp) in arch_unregister_hw_breakpoint()
280 static int __reserve_bp_slot(struct perf_event *bp) in __reserve_bp_slot()
314 int reserve_bp_slot(struct perf_event *bp) in reserve_bp_slot()
[all …]
Dcore.c8301 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
380 kdb_bp_t *bp = NULL; in kdb_bc() local
[all …]
Dkdb_debugger.c56 kdb_bp_t *bp; in kdb_stub() local