|
Zephyr API Documentation 4.3.0-rc1
A Scalable Open Source RTOS
|
Context-specific data of an event. More...
#include <zephyr/instrumentation/instrumentation.h>
Data Fields | |
| uint8_t | mode: 3 |
| Arch-specific mode indicator (thread mode, interrupt mode, etc.). | |
| uint8_t | cpu: 5 |
| CPU number. | |
| void * | thread_id |
| Thread ID (correlate values with thread lookup table). | |
Context-specific data of an event.
| uint8_t instr_event_context::cpu |
CPU number.
| uint8_t instr_event_context::mode |
Arch-specific mode indicator (thread mode, interrupt mode, etc.).
| void* instr_event_context::thread_id |
Thread ID (correlate values with thread lookup table).