mirror of
https://github.com/JakeHillion/scx.git
synced 2024-12-01 21:37:12 +00:00
scx_layered Fix trace format
Signed-off-by: Daniel Hodges <hodges.daniel.scott@gmail.com>
This commit is contained in:
parent
9bba51a485
commit
7e0f2cd3f3
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user