Skip to content

Commit

Permalink
Disable SCHEDSTATS by default
Browse files Browse the repository at this point in the history
Signed-off-by: ethan-halsall <[email protected]>
  • Loading branch information
ethan-halsall committed Jan 4, 2020
1 parent 1ab4427 commit eb1bf65
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/revenge_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4989,7 +4989,7 @@ CONFIG_PANIC_TIMEOUT=1
CONFIG_SCHED_INFO=y
# CONFIG_PANIC_ON_SCHED_BUG is not set
# CONFIG_PANIC_ON_RT_THROTTLING is not set
CONFIG_SCHEDSTATS=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_SCHED_STACK_END_CHECK is not set
# CONFIG_DEBUG_TIMEKEEPING is not set
# CONFIG_DEBUG_PREEMPT is not set
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/simple-beryllium_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5113,7 +5113,7 @@ CONFIG_PANIC_TIMEOUT=1
CONFIG_SCHED_INFO=y
# CONFIG_PANIC_ON_SCHED_BUG is not set
# CONFIG_PANIC_ON_RT_THROTTLING is not set
CONFIG_SCHEDSTATS=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_SCHED_STACK_END_CHECK is not set
# CONFIG_DEBUG_TIMEKEEPING is not set
# CONFIG_DEBUG_PREEMPT is not set
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/simple-dipper_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4989,7 +4989,7 @@ CONFIG_PANIC_TIMEOUT=1
CONFIG_SCHED_INFO=y
# CONFIG_PANIC_ON_SCHED_BUG is not set
# CONFIG_PANIC_ON_RT_THROTTLING is not set
CONFIG_SCHEDSTATS=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_SCHED_STACK_END_CHECK is not set
# CONFIG_DEBUG_TIMEKEEPING is not set
# CONFIG_DEBUG_PREEMPT is not set
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/simple-polaris_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4972,7 +4972,7 @@ CONFIG_PANIC_TIMEOUT=1
CONFIG_SCHED_INFO=y
# CONFIG_PANIC_ON_SCHED_BUG is not set
# CONFIG_PANIC_ON_RT_THROTTLING is not set
CONFIG_SCHEDSTATS=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_SCHED_STACK_END_CHECK is not set
# CONFIG_DEBUG_TIMEKEEPING is not set
# CONFIG_DEBUG_PREEMPT is not set
Expand Down
1 change: 1 addition & 0 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,7 @@ config SCHEDSTATS
bool "Collect scheduler statistics"
depends on DEBUG_KERNEL && PROC_FS
select SCHED_INFO
default n
help
If you say Y here, additional code will be inserted into the
scheduler and related routines to collect statistics about
Expand Down

0 comments on commit eb1bf65

Please sign in to comment.