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

Commit 02cc8896 authored by Srivatsa Vaddagiri's avatar Srivatsa Vaddagiri Committed by Steve Muckle
Browse files

sched: window-stats: print window size in /proc/sched_debug



Printing window size in /proc/sched_debug would provide useful
information to debug scheduler issues.

Change-Id: Ia12ab2cb544f41a61c8a1d87bf821b85a19e09fd
Signed-off-by: default avatarSrivatsa Vaddagiri <vatsa@codeaurora.org>
parent 1f12e669
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -407,6 +407,7 @@ static void sched_debug_header(struct seq_file *m)
	P(min_capacity);
	P(max_capacity);
	P(sched_use_pelt);
	P(sched_ravg_window);
#endif
#undef PN
#undef P