scx_lavd: print lat_cri to output

Signed-off-by: Changwoo Min <changwoo@igalia.com>
This commit is contained in:
Changwoo Min 2024-07-12 13:23:56 +09:00
parent 4c5c564523
commit d4bc92bea7

View File

@ -192,11 +192,11 @@ impl<'a> Scheduler<'a> {
"| {:6} | {:7} | {:17} \
| {:4} | {:4} | {:9} \
| {:6} | {:8} | {:7} \
| {:8} | {:7} | {:8} \
| {:7} | {:9} | {:9} \
| {:9} | {:9} | {:8} \
| {:8} | {:4} | {:7} \
| {:8} | {:7} | {:9} \
| {:9} | {:9} | {:9} \
| {:8} | {:8} | {:8} \
| {:6} | {:6} |",
| {:8} | {:6} | {:6} |",
"mseq",
"pid",
"comm",
@ -207,6 +207,7 @@ impl<'a> Scheduler<'a> {
"slc_ns",
"grdy_rt",
"lat_prio",
"lc",
"avg_lc",
"st_prio",
"slc_bst",
@ -231,11 +232,11 @@ impl<'a> Scheduler<'a> {
"| {:6} | {:7} | {:17} \
| {:4} | {:4} | {:9} \
| {:6} | {:8} | {:7} \
| {:8} | {:7} | {:8} \
| {:7} | {:9} | {:9} \
| {:9} | {:9} | {:8} \
| {:8} | {:4} | {:7} \
| {:8} | {:7} | {:9} \
| {:9} | {:9} | {:9} \
| {:8} | {:8} | {:8} \
| {:6} | {:6} |",
| {:8} | {:6} | {:6} |",
mseq,
tx.pid,
tx_comm,
@ -246,6 +247,7 @@ impl<'a> Scheduler<'a> {
tc.slice_ns,
tc.greedy_ratio,
tc.lat_prio,
tc.lat_cri,
tx.avg_lat_cri,
tx.static_prio,
tc.slice_boost_prio,