FD.io VPP  v17.07-30-g839fa73
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 58 of file elog.h.

Field Documentation

union { ... }
u8 elog_event_t::data[20]

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

Definition at line 78 of file elog.h.

f64 elog_event_t::time

Absolute time as floating point number in seconds.

Definition at line 66 of file elog.h.

u64 elog_event_t::time_cycles

Absolute time stamp in CPU clock cycles.

Definition at line 63 of file elog.h.

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 75 of file elog.h.

u16 elog_event_t::type

Event type index.

Definition at line 70 of file elog.h.


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