mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
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:
parent
ec34dd43a0
commit
38d3a1c4e7
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user