commit | 149a3296ab0f510cf7699ebd846c077d6fce9980 | [log] [tgz] |
---|---|---|
author | Ramakrishna Pallala <ramakrishna.pallala@intel.com> | Wed May 09 00:38:33 2018 +0530 |
committer | Anas Nashif <nashif@linux.intel.com> | Tue May 15 13:43:00 2018 +0300 |
tree | 6451dd4677cbe637ed92b6521342dfea9901145d | |
parent | 110b8e42ff5d718d26801d260559456f3d083979 [diff] |
kernel: Deprecate k_call_stacks_analyze() API Deprecated k_call_stacks_analyze() API as it is only dumping (printing) the statically defined main, idle, work and ISR stacks. Use k_thread_foreach() API which is a generic API to iterate over threads. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>