提交 99e4fa03 编写于 作者: J Joseph Qi 提交者: Caspar Zhang

configs: support psi tracking

Now we have psi tracking support in kernel code, let's make it support
in kconfig.
As of now, we require a boot parameter to enable psi tracking for
performance impact concern. That means we disable it by default, and
user can pass a boot parameter "psi=1" to enable it if they want this
feature.
Signed-off-by: NJoseph Qi <joseph.qi@linux.alibaba.com>
上级 54c76269
......@@ -100,6 +100,8 @@ CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_PSI=y
CONFIG_PSI_DEFAULT_DISABLED=y
CONFIG_CPU_ISOLATION=y
#
......
......@@ -102,6 +102,8 @@ CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_PSI=y
CONFIG_PSI_DEFAULT_DISABLED=y
CONFIG_CPU_ISOLATION=y
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册