tracing: fix k_thread_abort tracing references
Fixes undefined references to sys_port_trace_k_thread_abort_enter() and sys_port_trace_k_thread_abort_enter(). Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
parent
80981dc489
commit
e231d50535
1 changed files with 12 additions and 0 deletions
|
@ -156,6 +156,18 @@
|
||||||
*/
|
*/
|
||||||
#define sys_port_trace_k_thread_abort(thread)
|
#define sys_port_trace_k_thread_abort(thread)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Called when a thread enters the k_thread_abort routine
|
||||||
|
* @param thread Thread object
|
||||||
|
*/
|
||||||
|
#define sys_port_trace_k_thread_abort_enter(thread)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Called when a thread exits the k_thread_abort routine
|
||||||
|
* @param thread Thread object
|
||||||
|
*/
|
||||||
|
#define sys_port_trace_k_thread_abort_exit(thread)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Called when setting priority of a thread
|
* @brief Called when setting priority of a thread
|
||||||
* @param thread Thread object
|
* @param thread Thread object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue