Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5824c2fc authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: window-stats: update task demand on tick"

parents 0d0da9e7 dca58d06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3758,6 +3758,7 @@ void scheduler_tick(void)
	update_rq_clock(rq);
	update_cpu_load_active(rq);
	curr->sched_class->task_tick(rq, curr, 0);
	update_task_ravg(rq->curr, rq, TASK_UPDATE, sched_clock(), NULL);
	raw_spin_unlock(&rq->lock);

	perf_event_task_tick();