scx_layered Fix trace format

Signed-off-by: Daniel Hodges <hodges.daniel.scott@gmail.com>
This commit is contained in:
Daniel Hodges 2024-11-01 10:16:14 -07:00
parent 9bba51a485
commit 7e0f2cd3f3

View File

@ -2153,7 +2153,7 @@ void BPF_STRUCT_OPS(layered_dump, struct scx_dump_ctx *dctx)
idx = layer_dsq_id(layer->idx, j); idx = layer_dsq_id(layer->idx, j);
scx_bpf_dump("LAYER[%d][%s]DSQ[%d] nr_cpus=%u nr_queued=%d -%llums cpus=", scx_bpf_dump("LAYER[%d][%s]DSQ[%d] nr_cpus=%u nr_queued=%d -%llums cpus=",
i, idx, layer->name, layer->nr_cpus, i, layer->name, idx, layer->nr_cpus,
scx_bpf_dsq_nr_queued(idx), scx_bpf_dsq_nr_queued(idx),
dsq_first_runnable_for_ms(idx, now)); dsq_first_runnable_for_ms(idx, now));
scx_bpf_dump("\n"); scx_bpf_dump("\n");