stack_store
bool stack_store = read_thread_flags() & _TIF_EMULATE_STACK_STORE;
if (!prep_irq_for_enabled_exit(unlikely(stack_store))) {
if (unlikely(stack_store))
if (unlikely(stack_store)) {
struct stack_store traces[MAX_HOLDERS];
struct stack_store *t;