Similarly to the JMC threads state tab, would be great to implements telemetry for scheduling events i.e. running, descheduled (with reasons: blocked on I/O, parked/monitorEnter/yield), scheduled/ready to run - in order to present a timeline of such, per carrier or scheduler instance. We need to check first if JMC doesn't already do it and if JFR doesn't provide a mix of existing events (on thread state change/virtual threads events) which would provide the same info. If not, we need to decide how to visually present it - possibly reusing something existing (JMC? Or others...).