commit | 703030e981101264e188085f9c41953675a0f1ba | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Tue Sep 02 13:41:00 2025 -1000 |
committer | Tejun Heo <tj@kernel.org> | Tue Sep 02 13:41:00 2025 -1000 |
tree | 90580d8e0762648844a26b7958d0db9a3663f0fb | |
parent | 24d0f4c9f39e1d4025a4157ca197e88e11597a15 [diff] |
sched_ext: Put event_stats_cpu in struct scx_sched_pcpu scx_sched.event_stats_cpu is the percpu counters that are used to track stats. Introduce struct scx_sched_pcpu and move the counters inside. This will ease adding more per-cpu fields. No functional changes. Signed-off-by: Tejun Heo <tj@kernel.org>