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

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

Merge "sched: Make task load information available in /proc"

parents e78d0510 5541aa2f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -540,6 +540,11 @@ void proc_sched_show_task(struct task_struct *p, struct seq_file *m)
	P(se.statistics.nr_wakeups_passive);
	P(se.statistics.nr_wakeups_idle);

#if defined(CONFIG_SMP) && defined(CONFIG_FAIR_GROUP_SCHED)
	P(se.avg.runnable_avg_sum);
	P(se.avg.runnable_avg_period);
#endif

	{
		u64 avg_atom, avg_per_cpu;