Guess unwinder

modulename: unwind_guess.ko

configname: CONFIG_UNWINDER_GUESS

Choose kernel unwinder
└─>Guess unwinder
In linux kernel since version 3.10 (release Date: 2013-06-30)  
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.

source code:
depends
CONFIG_EXPERT
NOT CONFIG_STACKDEPOT