Lines Matching refs:breakpoint
126 struct breakpoint { struct
132 static DEFINE_PER_CPU(struct breakpoint *, cpu_bps[HBP_NUM_MAX]); argument
135 static struct breakpoint *alloc_breakpoint(struct perf_event *bp) in alloc_breakpoint()
137 struct breakpoint *tmp; in alloc_breakpoint()
159 static bool alternate_infra_bp(struct breakpoint *b, struct perf_event *bp) in alternate_infra_bp()
164 static bool can_co_exist(struct breakpoint *b, struct perf_event *bp) in can_co_exist()
171 struct breakpoint *tmp; in task_bps_add()
186 struct breakpoint *tmp = list_entry(pos, struct breakpoint, list); in task_bps_remove()
202 struct breakpoint *tmp; in all_task_bps_check()
217 struct breakpoint *tmp; in same_task_bps_check()
229 struct breakpoint **cpu_bp; in cpu_bps_add()
230 struct breakpoint *tmp; in cpu_bps_add()
249 struct breakpoint **cpu_bp; in cpu_bps_remove()
267 struct breakpoint **cpu_bp; in cpu_bps_check()