tracing: Add k_work_queue_init info
Add tracing information for k_work_queue_init Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
c42cde5b69
commit
3c0e7ade99
4 changed files with 13 additions and 0 deletions
|
@ -392,6 +392,12 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Trace initialisation of a Work Queue structure
|
||||
* @param queue Work Queue structure
|
||||
*/
|
||||
#define sys_port_trace_k_work_queue_init(queue)
|
||||
|
||||
/**
|
||||
* @brief Trace start of a Work Queue call entry
|
||||
* @param queue Work Queue structure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue