Skip to content

Commit

Permalink
scx_layered Fix trace format
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hodges <[email protected]>
  • Loading branch information
hodgesds committed Nov 1, 2024
1 parent 9bba51a commit 7e0f2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheds/rust/scx_layered/src/bpf/main.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ void BPF_STRUCT_OPS(layered_dump, struct scx_dump_ctx *dctx)

idx = layer_dsq_id(layer->idx, j);
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),
dsq_first_runnable_for_ms(idx, now));
scx_bpf_dump("\n");
Expand Down

0 comments on commit 7e0f2cd

Please sign in to comment.