iPXE
t_rec Struct Reference

#include <trace.h>

Data Fields

uint32_t event:28
uint32_t extra_u32:3
uint32_t cycles_included:1
union { 
   struct { 
      uint32_t   cycles_lo 
      uint32_t   cycles_hi 
      uint32_t   extra_u32 [7] 
   }   cycles
   struct { 
      uint32_t   extra_u32 [7] 
   }   nocycles
u

Detailed Description

Definition at line 276 of file trace.h.

Field Documentation

◆ event

uint32_t t_rec::event

Definition at line 277 of file trace.h.

◆ extra_u32

uint32_t t_rec::extra_u32[7]

Definition at line 278 of file trace.h.

◆ cycles_included

uint32_t t_rec::cycles_included

Definition at line 279 of file trace.h.

◆ cycles_lo

uint32_t t_rec::cycles_lo

Definition at line 282 of file trace.h.

◆ cycles_hi

uint32_t t_rec::cycles_hi

Definition at line 282 of file trace.h.

◆ [struct]

struct { ... } t_rec::cycles

◆ [struct]

struct { ... } t_rec::nocycles

◆ [union]

union { ... } t_rec::u

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