Home
last modified time | relevance | path

Searched refs:thread_analyzer_info (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/include/debug/
Dthread_analyzer.h23 struct thread_analyzer_info { struct
44 typedef void (*thread_analyzer_cb)(struct thread_analyzer_info *info); argument
/Zephyr-Core-2.7.6/subsys/debug/
Dthread_analyzer.c38 static void thread_print_cb(struct thread_analyzer_info *info) in thread_print_cb()
69 struct thread_analyzer_info info; in thread_analyze_cb()