|
Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Event records and associated payloads. More...
#include <instrumentation.h>
Data Fields | ||
| struct instr_header | header | |
| void * | callee | |
| void * | caller | |
| uint64_t | timestamp | |
| union { | ||
| struct instr_event_context context | ||
| }; | ||
Event records and associated payloads.
Payloads are determined based on the code and additional fields in the header.
| union { ... } instr_record |
| void* instr_record::callee |
| void* instr_record::caller |
| struct instr_event_context instr_record::context |
| struct instr_header instr_record::header |
| uint64_t instr_record::timestamp |