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:
Fabiano Fidêncio 2025-04-25 15:28:04 +02:00 committed by GitHub
commit 1c72d22212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -1 +1 @@
151 152