Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - U index
The Linux kernel configuration item CONFIG_UNWINDER_GUESS
has multiple definitions:
arch/x86/Kconfig.debug
The configuration item CONFIG_UNWINDER_GUESS:
( CONFIG_EXPERT ) && (! CONFIG_STACKDEPOT )
This option enables the "guess" unwinder for unwinding kernel stack traces. It scans the stack and reports every kernel text address it finds. Some of the addresses it reports may be incorrect.
While this option often produces false positives, it can still be useful in many cases. Unlike the other unwinders, it has no runtime overhead.
arch/loongarch/Kconfig.debug
The configuration item CONFIG_UNWINDER_GUESS:
(none)
This option enables the "guess" unwinder for unwinding kernel stack traces. It scans the stack and reports every kernel text address it finds. Some of the addresses it reports may be incorrect.
While this option often produces false positives, it can still be useful in many cases.
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 - U index
Automatically generated (in year 2024). See also LKDDb sources on GitLab