sched_ext: Change the event type from u64 to s64
authorChangwoo Min <changwoo@igalia.com>
Tue, 4 Mar 2025 10:48:59 +0000 (19:48 +0900)
committerTejun Heo <tj@kernel.org>
Tue, 4 Mar 2025 18:05:23 +0000 (08:05 -1000)
commit038730dc12cb1fa016a95978286a767e8a8b521e
treeac8b35a6486838bc2710bcdb09ed4d599aa16d71
parent8a9b1585e2bf2a4d335774c893f5e80cf9262b6d
sched_ext: Change the event type from u64 to s64

The event count could be negative in the future,
so change the event type from u64 to s64.

Signed-off-by: Changwoo Min <changwoo@igalia.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/sched/ext.c
tools/sched_ext/scx_qmap.bpf.c