Searched refs:perf_single_step (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint.c77 if (!info->perf_single_step)
225 * and the watchpoint handler will set up MSR_SE and perf_single_step as
238 if (unlikely(bp && counter_arch_bp(bp)->perf_single_step))
248 info->perf_single_step = false;
295 counter_arch_bp(bp[i])->perf_single_step = true;
526 if (!info->perf_single_step)
539 info->perf_single_step = false;
/linux-master/arch/powerpc/include/asm/
H A Dhw_breakpoint.h21 bool perf_single_step; /* temporarily uninstalled for a perf single step */ member in struct:arch_hw_breakpoint

Completed in 90 milliseconds