Skip to content

Commit 3dcf6bd

Browse files
authored
Enable Pressure Stall Information PSI (#4279)
Enable Pressure Stall Information PSI for more accurate detection of resource shortages. The psi feature identifies and quantifies the disruptions caused by CPU, memory or IO resource shortages and the time impact it has on complex workloads or even entire systems. - https://facebookmicrosites.github.io/psi/docs/overview - https://www.kernel.org/doc/html/latest/accounting/psi.html
1 parent 837baa2 commit 3dcf6bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildroot-external/kernel/v6.12.y/hassos.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ CONFIG_PREEMPT=y
1212
# CONFIG_PREEMPT_VOLUNTARY is not set
1313
# CONFIG_DEBUG_PREEMPT is not set
1414

15+
CONFIG_PSI=y
16+
1517
CONFIG_IKCONFIG=y
1618
CONFIG_IKCONFIG_PROC=y
1719

0 commit comments

Comments
 (0)