Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/debug/
Dthread_analyzer.h58 typedef void (*thread_analyzer_cb)(struct thread_analyzer_info *info); typedef
70 void thread_analyzer_run(thread_analyzer_cb cb, unsigned int cpu);
/Zephyr-latest/subsys/debug/
Dthread_analyzer.c88 thread_analyzer_cb cb;
100 thread_analyzer_cb cb = ud->cb; in thread_analyze_cb()
198 void thread_analyzer_run(thread_analyzer_cb cb, unsigned int cpu) in thread_analyzer_run()