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 useful for understanding systemic behavior. For example, you can use the sched provider to understand when and why threads sleep, run, change priority, or wake other threads.