scx_layered: Cleanup dump format

Cleanup the dump format for topology aware dumps in scx_layered.

Signed-off-by: Daniel Hodges <hodges.daniel.scott@gmail.com>
This commit is contained in:
Daniel Hodges 2024-09-23 09:31:50 -07:00
parent 8b14e48994
commit 35477970bd

View File

@ -1801,6 +1801,7 @@ void BPF_STRUCT_OPS(layered_dump, struct scx_dump_ctx *dctx)
scx_bpf_dump("LAYER[%d]DSQ[%d] nr_cpus=%u nr_queued=%d -%llums cpus=",
i, idx, layers[i].nr_cpus, scx_bpf_dsq_nr_queued(idx),
dsq_first_runnable_for_ms(idx, now));
scx_bpf_dump("\n");
}
}
dump_layer_cpumask(i);