Debugging sched_ext Behavior Using the sched_ext_dump Tracepoint (opens in new tab)
Linux 6.12 shipped CONFIG_SCHED_EXT — the extensible scheduler framework that lets you swap the entire CPU scheduler at runtime using a BPF program.
Read the original article