Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.c77 if (!info->perf_single_step) in arch_install_hw_breakpoint()
238 if (unlikely(bp && counter_arch_bp(bp)->perf_single_step)) in thread_change_pc()
248 info->perf_single_step = false; in thread_change_pc()
295 counter_arch_bp(bp[i])->perf_single_step = true; in stepping_handler()
526 if (!info->perf_single_step) in single_step_dabr_instruction()
539 info->perf_single_step = false; in single_step_dabr_instruction()
/openbmc/linux/arch/powerpc/include/asm/
H A Dhw_breakpoint.h21 bool perf_single_step; /* temporarily uninstalled for a perf single step */ member