Zephyr API 3.6.99
|
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. | |