mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 12:59:36 +00:00
Merge pull request #11186 from fidencio/topic/kernel-add-taskstats-to-the-config
kernel: Add CONFIG_TASKSTATS (and related) configs
This commit is contained in:
@@ -50,3 +50,11 @@ CONFIG_PERF_EVENTS=y
|
|||||||
# CONFIG_BLK_DEV_LOOP needs
|
# CONFIG_BLK_DEV_LOOP needs
|
||||||
CONFIG_BLOCK=y
|
CONFIG_BLOCK=y
|
||||||
CONFIG_BLK_DEV=y
|
CONFIG_BLK_DEV=y
|
||||||
|
|
||||||
|
# Allow the kernel to collect and report per-task status to userspace
|
||||||
|
#
|
||||||
|
# This is super useful for performance monitoring
|
||||||
|
CONFIG_TASKSTATS=y
|
||||||
|
CONFIG_TASK_DELAY_ACCT=y
|
||||||
|
CONFIG_TASK_XACCT=y
|
||||||
|
CONFIG_TASK_IO_ACCOUNTING=y
|
||||||
|
@@ -1 +1 @@
|
|||||||
151
|
152
|
||||||
|
Reference in New Issue
Block a user