debug: tracing: add sys_trace_thread_name_set
Initial thread creation and tracing information occurs with empty thread names. For better tracing information, we need to a way to get actual thread names if they are set in order to better track thread names and their IDs. Signed-off-by: Nicholas Lowell <nlowell@lexmark.com>
This commit is contained in:
parent
4e13501a37
commit
5b322d9331
8 changed files with 51 additions and 1 deletions
|
@ -99,6 +99,12 @@ void z_sys_trace_thread_switched_out(void);
|
|||
*/
|
||||
#define sys_trace_thread_info(thread)
|
||||
|
||||
/**
|
||||
* @brief Called when a thread name is set
|
||||
* @param thread Thread structure
|
||||
*/
|
||||
#define sys_trace_thread_name_set(thread)
|
||||
|
||||
/**
|
||||
* @brief Called when entering an ISR
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue