kernel: remove deprecate k_call_stacks_analyze
This API was deperecated and is not being used in the tree anymore, so remove it. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
02e9f9c8e6
commit
0a73ea04fa
2 changed files with 0 additions and 38 deletions
|
@ -603,26 +603,6 @@ enum execution_context_types {
|
|||
typedef void (*k_thread_user_cb_t)(const struct k_thread *thread,
|
||||
void *user_data);
|
||||
|
||||
/**
|
||||
* @brief Analyze the main, idle, interrupt and system workqueue call stacks
|
||||
*
|
||||
* This routine calls @ref STACK_ANALYZE on the 4 call stacks declared and
|
||||
* maintained by the kernel. The sizes of those 4 call stacks are defined by:
|
||||
*
|
||||
* CONFIG_MAIN_STACK_SIZE
|
||||
* CONFIG_IDLE_STACK_SIZE
|
||||
* CONFIG_ISR_STACK_SIZE
|
||||
* CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE
|
||||
*
|
||||
* @note CONFIG_INIT_STACKS and CONFIG_PRINTK must be set for this function to
|
||||
* produce output.
|
||||
*
|
||||
* @return N/A
|
||||
*
|
||||
* @deprecated This API is deprecated. Use k_thread_foreach().
|
||||
*/
|
||||
__deprecated extern void k_call_stacks_analyze(void);
|
||||
|
||||
/**
|
||||
* @brief Iterate over all the threads in the system.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue