Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_STACKLEAK_METRICS
has multiple definitions:
security/Kconfig.hardening
The configuration item CONFIG_STACKLEAK_METRICS:
( CONFIG_GCC_PLUGIN_STACKLEAK ) && ( CONFIG_PROC_FS )
If this is set, STACKLEAK metrics for every task are available in the /proc file system. In particular, /proc/<pid>/stack_depth shows the maximum kernel stack consumption for the current and previous syscalls. Although this information is not precise, it can be useful for estimating the STACKLEAK performance impact for your workloads.
scripts/gcc-plugins/Kconfig
The configuration item CONFIG_STACKLEAK_METRICS:
( CONFIG_GCC_PLUGIN_STACKLEAK ) && ( CONFIG_PROC_FS )
If this is set, STACKLEAK metrics for every task are available in the /proc file system. In particular, /proc/<pid>/stack_depth shows the maximum kernel stack consumption for the current and previous syscalls. Although this information is not precise, it can be useful for estimating the STACKLEAK performance impact for your workloads.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2025). See also LKDDb sources on GitLab