PSI_ONCPU
const bool oncpu = state_mask & PSI_ONCPU;
state_mask = PSI_ONCPU;
state_mask = groupc->state_mask & PSI_ONCPU;
if (unlikely((state_mask & PSI_ONCPU) && cpu_curr(cpu)->in_memstall))
if (groupc->state_mask & PSI_ONCPU) {