Home
last modified time | relevance | path

Searched refs:thread_analyzer_run (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/debug/
Dthread_analyzer.h70 void thread_analyzer_run(thread_analyzer_cb cb, unsigned int cpu);
/Zephyr-latest/subsys/debug/
Dthread_analyzer.c198 void thread_analyzer_run(thread_analyzer_cb cb, unsigned int cpu) in thread_analyzer_run() function
233 thread_analyzer_run(thread_print_cb, cpu); in thread_analyzer_print()
/Zephyr-latest/doc/services/debugging/
Dthread-analyzer.rst11 :c:func:`thread_analyzer_run` or :c:func:`thread_analyzer_print`.