Lines Matching refs:breakpoint
127 struct breakpoint { struct
139 static DEFINE_PER_CPU(struct breakpoint *, cpu_bps[HBP_NUM_MAX]); argument
143 static struct breakpoint *alloc_breakpoint(struct perf_event *bp) in alloc_breakpoint()
145 struct breakpoint *tmp; in alloc_breakpoint()
167 static bool alternate_infra_bp(struct breakpoint *b, struct perf_event *bp) in alternate_infra_bp()
172 static bool can_co_exist(struct breakpoint *b, struct perf_event *bp) in can_co_exist()
179 struct breakpoint *tmp; in task_bps_add()
197 struct breakpoint *tmp = list_entry(pos, struct breakpoint, list); in task_bps_remove()
214 struct breakpoint *tmp; in all_task_bps_check()
234 struct breakpoint *tmp; in same_task_bps_check()
251 struct breakpoint **cpu_bp; in cpu_bps_add()
252 struct breakpoint *tmp; in cpu_bps_add()
273 struct breakpoint **cpu_bp; in cpu_bps_remove()
293 struct breakpoint **cpu_bp; in cpu_bps_check()