-
由 Austin Clements 提交于
Previously, sched always paused call tracing but if it then returned directly because there was nothing else to schedule, call tracing didn't get resumed. We could simply resume tracing in this case, but this fix instead moves the pause *after* the next proc is picked, so that we don't get lots of spurious pause/resume pairs.
69b12bc9