]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tool/sched_ext: Event counter dumping updates
authorTejun Heo <tj@kernel.org>
Sun, 9 Feb 2025 06:39:11 +0000 (20:39 -1000)
committerTejun Heo <tj@kernel.org>
Sun, 9 Feb 2025 06:39:11 +0000 (20:39 -1000)
commit46a0e1615886b87bdb18cf3f29bf494a30aafc01
tree354c7deeaeff4bd57e6ed4cd812314f27dfaddfd
parent29ef4a2fcf48a458af2ede543f5755fa95b175a5
tool/sched_ext: Event counter dumping updates

- There's no need to dump event counters from both scx_qmap and scx_central.
  Drop counter dumping from scx_central.

- bpf_printk() implies a trailing new line and the explicit new line leads
  to double new lines. Drop the explicit new lines.

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