diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-01-27 11:29:01 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:56:59 +0200 |
| commit | 7b2da73611923802ac138544dfd8198620c82193 (patch) | |
| tree | a583b44dbd6d2bc49d756ebb2d5ef407ed26bcfc | |
| parent | eadfd4315866c2cbb076cfb6d3103456b0f55052 (diff) | |
defconfig: turn off Scheduler Stats collection (tiny overhead)
| -rw-r--r-- | arch/arm64/configs/los14_m2note_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/los14_m2note_defconfig b/arch/arm64/configs/los14_m2note_defconfig index b614c94d0..955edc53f 100644 --- a/arch/arm64/configs/los14_m2note_defconfig +++ b/arch/arm64/configs/los14_m2note_defconfig @@ -3009,7 +3009,7 @@ CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 CONFIG_SCHED_DEBUG=y -CONFIG_SCHEDSTATS=y +# CONFIG_SCHEDSTATS is not set # CONFIG_TIMER_STATS is not set # CONFIG_DEBUG_OBJECTS is not set # CONFIG_SLUB_STATS is not set |
