Home
last modified time | relevance | path

Searched hist:"2288 b0710bbb11dd45a4bdcd87eacae5d1851c2e" (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/kernel/
H A Dlockdep.c2288b0710bbb11dd45a4bdcd87eacae5d1851c2e Mon Apr 06 15:16:44 UTC 2020 Jerome Forissier <jerome@forissier.org> core: lockdep: introduce CFG_LOCKDEP_RECORD_STACK

The lockdep algorithm uses quite a bit of heap memory to record the
call stacks. This commit adds a configuration flag so that this may be
turned off. When CFG_LOCKDEP_RECORD_STACK=n the deadlock detection
still works but the diagnostics message will show no call stack
obviously.

Signed-off-by: Jerome Forissier <jerome@forissier.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
/optee_os/mk/
H A Dconfig.mk2288b0710bbb11dd45a4bdcd87eacae5d1851c2e Mon Apr 06 15:16:44 UTC 2020 Jerome Forissier <jerome@forissier.org> core: lockdep: introduce CFG_LOCKDEP_RECORD_STACK

The lockdep algorithm uses quite a bit of heap memory to record the
call stacks. This commit adds a configuration flag so that this may be
turned off. When CFG_LOCKDEP_RECORD_STACK=n the deadlock detection
still works but the diagnostics message will show no call stack
obviously.

Signed-off-by: Jerome Forissier <jerome@forissier.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>