68634d4fa27b9935522775d6b8ade1e683de535c
[platform/kernel/linux-starfive.git] / arch / loongarch / Kconfig.debug
1 config UNWINDER_GUESS
2         bool "Guess unwinder"
3         help
4           This option enables the "guess" unwinder for unwinding kernel stack
5           traces.  It scans the stack and reports every kernel text address it
6           finds.  Some of the addresses it reports may be incorrect.
7
8           While this option often produces false positives, it can still be
9           useful in many cases.