last_hit_ubp 178 arch/powerpc/include/asm/processor.h struct perf_event *last_hit_ubp; last_hit_ubp 65 arch/powerpc/kernel/hw_breakpoint.c if (current->thread.last_hit_ubp != bp) last_hit_ubp 106 arch/powerpc/kernel/hw_breakpoint.c bp->ctx->task->thread.last_hit_ubp = NULL; last_hit_ubp 189 arch/powerpc/kernel/hw_breakpoint.c if (likely(!tsk->thread.last_hit_ubp)) last_hit_ubp 192 arch/powerpc/kernel/hw_breakpoint.c info = counter_arch_bp(tsk->thread.last_hit_ubp); last_hit_ubp 195 arch/powerpc/kernel/hw_breakpoint.c tsk->thread.last_hit_ubp = NULL; last_hit_ubp 227 arch/powerpc/kernel/hw_breakpoint.c current->thread.last_hit_ubp = bp; last_hit_ubp 325 arch/powerpc/kernel/hw_breakpoint.c bp = current->thread.last_hit_ubp; last_hit_ubp 343 arch/powerpc/kernel/hw_breakpoint.c current->thread.last_hit_ubp = NULL;