mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-26 19:11:04 +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:
commit
1c72d22212
@ -50,3 +50,11 @@ CONFIG_PERF_EVENTS=y
|
||||
# CONFIG_BLK_DEV_LOOP needs
|
||||
CONFIG_BLOCK=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
|
||||
|
Loading…
Reference in New Issue
Block a user