Go to file
Jukka Rissanen eec46f1a88 net: Add code to analyze stack usage
To make it easy to periodically verify that we have sane stack sizes
it's helpful to have some code to evaluate how much of the stacks are
used. There's already a CONFIG_INIT_STACKS option which pre-fills the
stacks with 0xaa bytes, so we make use of it and in case the option is
enabled run the extra code to evaluate how much of each stack was
used. The trigger for the evaluation is a disconnection event.

Copied from Bluetooth sub-system.

Change-Id: Ic04ff83f682dc9b57afb69e164b972ffd9b860ea
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-02-05 20:14:29 -05:00
arch
config
doc
drivers
include net: Update 802.15.4 stack with net_mbuf and split sicslowpan 2016-02-05 20:14:29 -05:00
kernel
lib/libc
misc
net net: Add code to analyze stack usage 2016-02-05 20:14:29 -05:00
samples net: apps: Add a sample app using the loopback driver 2016-02-05 20:14:29 -05:00
scripts
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile Zephyr 0.2.0 2016-02-05 20:14:28 -05:00
Makefile.inc
zephyr-env.sh