sched/walt: add wrq->latest_clock to the walt dump

Tracking latest_clock from walt run queue structure.

Change-Id: I50322b4efc91edbeaf61b72dd031e2a7e96edf28
Signed-off-by: Stephen Dickey <quic_dickey@quicinc.com>
This commit is contained in:
Stephen Dickey 2022-04-29 14:20:55 -07:00 committed by Rishabh Bhatnagar
parent ec34dd43a0
commit 38d3a1c4e7

View File

@ -248,6 +248,7 @@ void walt_rq_dump(int cpu)
cpu, rq->nr_running, tsk->pid, tsk->comm);
printk_deferred("==========================================");
SCHED_PRINT(wrq->latest_clock);
SCHED_PRINT(wrq->window_start);
SCHED_PRINT(wrq->prev_window_size);
SCHED_PRINT(wrq->curr_runnable_sum);