|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
| struct | thread_analyzer_info |
Typedefs | |
| typedef void(* | thread_analyzer_cb) (struct thread_analyzer_info *info) |
| Thread analyzer stack size callback function. | |
Functions | |
| void | thread_analyzer_run (thread_analyzer_cb cb, unsigned int cpu) |
| Run the thread analyzer and provide information to the callback. | |
| void | thread_analyzer_print (unsigned int cpu) |
| Run the thread analyzer and print stack size statistics. | |