sched-ext / scx

sched_ext schedulers and tools
https://bit.ly/scx_slack
GNU General Public License v2.0
691 stars 48 forks source link

scx/compat.bpf.h: Fix __COMPAT_scx_bpf_consume_task() and improve scx_qmap example #367

Closed htejun closed 2 weeks ago

htejun commented 2 weeks ago

__COMPAT_scx_bpf_consume_task() wasn't calling scx_bpf_consume_task() at all and was always returning false. Fix it.

Also, update scx_qmap usage example so that it matches cgroup ID rather than comm prefix. This should make testing with multiple processes a bit easier.