CONFIG_DEMAND_PAGING_THREAD_STATS
Gather per Thread Demand Paging Statistics
Type: bool
Help
This enables gathering per thread statistics related to demand
paging.
Should say N in production system as this is not without cost.
Direct dependencies
DEMAND_PAGING_STATS
&& DEMAND_PAGING
&& MMU
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Kernel>/Kconfig.vm:151
Included via Kconfig:8
→ Kconfig.zephyr:40
→ <Kernel>/Kconfig:923
Menu path: (Top) → Virtual Memory Support → Enable MMU features → Enable demand paging [EXPERIMENTAL]
config DEMAND_PAGING_THREAD_STATS
bool "Gather per Thread Demand Paging Statistics"
depends on DEMAND_PAGING_STATS && DEMAND_PAGING && MMU
help
This enables gathering per thread statistics related to demand
paging.
Should say N in production system as this is not without cost.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)