Searched refs:last_hit_ubp (Results 1 – 2 of 2) sorted by relevance
51 if (current->thread.last_hit_ubp[i]) in single_step_pending()364 if (bp->ctx->task->thread.last_hit_ubp[i] == bp) in arch_unregister_hw_breakpoint()365 bp->ctx->task->thread.last_hit_ubp[i] = NULL; in arch_unregister_hw_breakpoint()483 if (unlikely(tsk->thread.last_hit_ubp[i])) in thread_change_pc()493 tsk->thread.last_hit_ubp[i] = NULL; in thread_change_pc()532 current->thread.last_hit_ubp[i] = bp[i]; in stepping_handler()686 bp = current->thread.last_hit_ubp[i]; in single_step_dabr_instruction()701 current->thread.last_hit_ubp[i] = NULL; in single_step_dabr_instruction()
183 struct perf_event *last_hit_ubp[HBP_NUM_MAX]; member