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

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).

Detailed Description

Context-specific data of an event.

Field Documentation

◆ cpu

uint8_t instr_event_context::cpu

CPU number.

◆ mode

uint8_t instr_event_context::mode

Arch-specific mode indicator (thread mode, interrupt mode, etc.).

◆ thread_id

void* instr_event_context::thread_id

Thread ID (correlate values with thread lookup table).


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