| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
Tests for kernel profiling. More...
Functions | |
| ZTEST (profiling_api, test_call_stacks_analyze_main) | |
| Test stack usage through main thread.  More... | |
| ZTEST (profiling_api_1cpu, test_call_stacks_analyze_idle) | |
| Test stack usage through idle thread.  More... | |
| ZTEST (profiling_api_1cpu, test_call_stacks_analyze_workq) | |
| Test stack usage through system workqueue.  More... | |
Tests for kernel profiling.
| ZTEST | ( | profiling_api | , | 
| test_call_stacks_analyze_main | |||
| ) | 
#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.
| ZTEST | ( | profiling_api_1cpu | , | 
| test_call_stacks_analyze_idle | |||
| ) | 
#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.
| ZTEST | ( | profiling_api_1cpu | , | 
| test_call_stacks_analyze_workq | |||
| ) | 
#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.