zephyr/tests/kernel/profiling/profiling_api
Ramakrishna Pallala 338f451981 tests: kernel: profiling: Fix _sys_soc_suspend logic
Call k_thread_foreach only once from _sys_soc_suspend()
otherwise it will flood the console with stack dumps. As per
the test implementation, the one time call happens through
test_call_stacks_analyze_idle test case.

Also removed the the stack size comparision logic from
thread_callback() as the actual size allocated could be
different from what is requested based on the Kconfig option
CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT

Fixes Issue #7858

Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
2018-06-01 08:57:59 -04:00
..
src tests: kernel: profiling: Fix _sys_soc_suspend logic 2018-06-01 08:57:59 -04:00
CMakeLists.txt
prj.conf tests: necessary fixes for ARC 2018-05-30 20:23:35 -04:00
testcase.yaml tests: kernel: stop relying on path for naming 2018-02-18 09:16:40 -05:00