Re: [PATCH v2 08/11] sched_ext: Add an event, BYPASS_DISPATCH

From: Tejun Heo
Date: Mon Jan 27 2025 - 15:05:22 EST


On Sun, Jan 26, 2025 at 07:16:11PM +0900, Changwoo Min wrote:
...
> has_tasks:
> + if (scx_rq_bypassing(rq))
> + __scx_add_event(BYPASS_DISPATCH, 1);

Can we do this at the sources even if that's a bit more code?

Thanks.

--
tejun