commit | 1aea35c0e762b49d91aa6ba0ebaec4efaae8f469 | [log] [tgz] |
---|---|---|
author | Matt Wagantall <mattw@codeaurora.org> | Thu Dec 05 20:01:32 2013 -0800 |
committer | Matt Wagantall <mattw@codeaurora.org> | Tue Dec 10 22:07:13 2013 -0800 |
tree | 32fcc8f9783d9ab1607d431612924e55cc2de75e | |
parent | 7e6507efba0ce00b627b4a055294fbea89772980 [diff] |
sched/debug: Make sysrq prints of sched debug data optional Calls to sysrq_sched_debug_show() can yield rather verbose output which contributes to log spew and, under heavy load, may increase the chances of a watchdog bark. Make printing of this data optional with the introduction of a new Kconfig, CONFIG_SYSRQ_SCHED_DEBUG. Change-Id: I5f54d901d0dea403109f7ac33b8881d967a899ed Signed-off-by: Matt Wagantall <mattw@codeaurora.org>