|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Main header file for tracing subsystem API. More...
Go to the source code of this file.
Macros | |
| #define | sys_trace_sys_init_enter(entry, level) |
| Called when entering an init function. | |
| #define | sys_trace_sys_init_exit(entry, level, result) |
| Called when exiting an init function. | |
| #define | sys_trace_named_event(name, arg0, arg1) |
| Called by user to generate named events. | |
Functions | |
| void | sys_trace_isr_enter (void) |
| Called when entering an ISR. | |
| void | sys_trace_isr_exit (void) |
| Called when exiting an ISR. | |
| void | sys_trace_isr_exit_to_scheduler (void) |
| Called when exiting an ISR and switching to scheduler. | |
| void | sys_trace_idle (void) |
| Called when the cpu enters the idle state. | |
| void | sys_trace_idle_exit (void) |
| Called when the cpu exits the idle state. | |
Main header file for tracing subsystem API.