Chapter 26
sched Provider
The sched provider makes available probes related to CPU scheduling. Because CPUs are
the one resource that all threads must consume, the sched provider is very
useful for understanding systemic behavior. For example, using the sched provider, you can understand
when and why threads sleep, run, change priority, or wake other threads.