FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
elog_event_t Struct Reference

Data Fields

union {
   u64   time_cycles
 Absolute time stamp in CPU clock cycles. More...
 
   f64   time
 Absolute time as floating point number in seconds. More...
 
}; 
 
u16 type
 Event type index. More...
 
u16 track
 Track for this event. More...
 
u8 data [20]
 20-bytes of data follows, pads to 32 bytes. More...
 

Detailed Description

Definition at line 59 of file elog.h.

Field Documentation

◆ @11

union { ... }

◆ data

u8 elog_event_t::data[20]

20-bytes of data follows, pads to 32 bytes.

Definition at line 79 of file elog.h.

◆ time

f64 elog_event_t::time

Absolute time as floating point number in seconds.

Definition at line 67 of file elog.h.

◆ time_cycles

u64 elog_event_t::time_cycles

Absolute time stamp in CPU clock cycles.

Definition at line 64 of file elog.h.

◆ track

u16 elog_event_t::track

Track for this event.

Tracks allow events to be sorted and displayed by track. Think of 2 dimensional display with time and track being the x and y axes.

Definition at line 76 of file elog.h.

◆ type

u16 elog_event_t::type

Event type index.

Definition at line 71 of file elog.h.


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