Skip to content

Commit

Permalink
Merge pull request #875 from hodgesds/layered-format-fixes
Browse files Browse the repository at this point in the history
scx_layered Fix trace format
  • Loading branch information
hodgesds authored Nov 1, 2024
2 parents 9bba51a + 7e0f2cd commit ade6c6a
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 ade6c6a

Please sign in to comment.