Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Tests for kernel profiling. More...
Functions | |
void | test_call_stacks_analyze_main (void) |
Test stack usage through main thread. More... | |
void | test_call_stacks_analyze_idle (void) |
Test stack usage through idle thread. More... | |
void | test_call_stacks_analyze_workq (void) |
Test stack usage through system workqueue. More... | |
Tests for kernel profiling.
#include <tests/kernel/profiling/profiling_api/src/main.c>
Test stack usage through idle thread.
This test prints the main, idle, interrupt and system workqueue stack usage through idle thread.
#include <tests/kernel/profiling/profiling_api/src/main.c>
Test stack usage through main thread.
This test prints the main, idle, interrupt and system workqueue stack usage through main thread.
#include <tests/kernel/profiling/profiling_api/src/main.c>
Test stack usage through system workqueue.
This test prints the main, idle, interrupt and system workqueue stack usage through system workqueue.