config/x86: Disable CONFIG_LATENCYTOP by default
Performance degradation due to multi-core contending for global spinlock. Signed-off-by: johnnyaiai <johnnyaiai@tencent.com> Reviewed-by: Alex Shi <alexsshi@tencent.com> Reviewed-by: robinlai <robinlai@tencent.com>
This commit is contained in:
parent
d3adf65bb5
commit
793146009d
|
@ -4998,7 +4998,7 @@ CONFIG_RCU_CPU_STALL_TIMEOUT=60
|
|||
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
|
||||
CONFIG_FUNCTION_ERROR_INJECTION=y
|
||||
# CONFIG_FAULT_INJECTION is not set
|
||||
CONFIG_LATENCYTOP=y
|
||||
# CONFIG_LATENCYTOP is not set
|
||||
CONFIG_USER_STACKTRACE_SUPPORT=y
|
||||
CONFIG_NOP_TRACER=y
|
||||
CONFIG_HAVE_FUNCTION_TRACER=y
|
||||
|
|
Loading…
Reference in New Issue