|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
Tests for kernel profiling . More...
Functions | |
| void | test_call_stacks_analyze_main (void) |
| Test stack usage through main thread. | |
| void | test_call_stacks_analyze_idle (void) |
| Test stack usage through idle thread. | |
| void | test_call_stacks_analyze_workq (void) |
| Test stack usage through system workqueue. | |
Tests for kernel profiling .
| void test_call_stacks_analyze_idle | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/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.
| void test_call_stacks_analyze_main | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/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.
| void test_call_stacks_analyze_workq | ( | void | ) |
#include </home/runner/work/safety-doc/zephyr/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.