Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
instr_record Struct Reference

Event records and associated payloads. More...

#include <zephyr/instrumentation/instrumentation.h>

Data Fields

struct instr_header header
void * callee
void * caller
uint64_t timestamp
union { 
   struct instr_event_context   context 
}; 

Detailed Description

Event records and associated payloads.

Payloads are determined based on the code and additional fields in the header.

Field Documentation

◆ [union]

union { ... } instr_record

◆ callee

void* instr_record::callee

◆ caller

void* instr_record::caller

◆ context

struct instr_event_context instr_record::context

◆ header

struct instr_header instr_record::header

◆ timestamp

uint64_t instr_record::timestamp

The documentation for this struct was generated from the following file: