diff options
author | 2024-06-23 03:10:36 -0500 | |
---|---|---|
committer | 2024-06-23 07:53:15 -1000 | |
commit | 8a6c6b4b935f1613273f71609b69844babd8ff9e (patch) | |
tree | 024f96936bc15a5c876b926b1de9f39faeab31aa /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | sched_ext: Add cpuperf support (diff) | |
download | wireguard-linux-8a6c6b4b935f1613273f71609b69844babd8ff9e.tar.xz wireguard-linux-8a6c6b4b935f1613273f71609b69844babd8ff9e.zip |
sched_ext: Make scx_bpf_cpuperf_set() @cpu arg signed
The scx_bpf_cpuperf_set() kfunc allows a BPF program to set the relative
performance target of a specified CPU. Commit d86adb4fc065 ("sched_ext: Add
cpuperf support") defined the @cpu argument to be unsigned. Let's update it
to be signed to match the norm for the rest of ext.c and the kernel.
Note that the kfunc declaration of scx_bpf_cpuperf_set() in the
common.bpf.h header in tools/sched_ext already listed the cpu as signed, so
this also fixes the build for tools/sched_ext and the sched_ext selftests
due to kfunc declarations now being emitted in vmlinux.h based on BTF (thus
causing the compiler to error due to observing conflicting types).
Fixes: d86adb4fc065 ("sched_ext: Add cpuperf support")
Signed-off-by: David Vernet <void@manifault.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions