mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-24 11:50:23 +00:00
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:
parent
8b14e48994
commit
35477970bd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user