obj_tracing: Declare object trace list for queue
Trace list is required to obtain the queue objects created and parse the list to get the object count. Signed-off-by: Spoorthi K <spoorthi.k@intel.com>
This commit is contained in:
parent
55642afe4c
commit
300b060ee1
|
@ -27,6 +27,7 @@ extern struct k_stack *_trace_list_k_stack;
|
|||
extern struct k_msgq *_trace_list_k_msgq;
|
||||
extern struct k_mbox *_trace_list_k_mbox;
|
||||
extern struct k_pipe *_trace_list_k_pipe;
|
||||
extern struct k_queue *_trace_list_k_queue;
|
||||
|
||||
/**
|
||||
* @def SYS_TRACING_HEAD
|
||||
|
|
Loading…
Reference in a new issue