cpu_in_idle
bool cpu_in_idle(unsigned long pc);
if (!READ_ONCE(backtrace_idle) && regs && cpu_in_idle(instruction_pointer(regs))) {