Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
thread_analyzer.h File Reference
#include <stddef.h>
#include <zephyr/kernel/thread.h>

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)
 Run the thread analyzer and provide information to the callback.
 
void thread_analyzer_print (void)
 Run the thread analyzer and print stack size statistics.