Multi-ApplicationOnlineProfiling
2.1
|
Struct defining a pack of events. More...
#include <Event_Desc.h>
Data Fields | |
struct Pack_Locus | locus |
The pack locator. More... | |
struct MALP_Trace_Event | events [EVENT_PACK_SIZE] |
The events. More... | |
uint32_t | offset |
The number of packed events. More... | |
uint8_t | contains_metadata |
Indicates whether the pack contains at least one MALP_EVENT_META event. More... | |
Struct defining a pack of events.
Definition at line 103 of file Event_Desc.h.
uint8_t Event_Pack::contains_metadata |
Indicates whether the pack contains at least one MALP_EVENT_META event.
Definition at line 108 of file Event_Desc.h.
struct MALP_Trace_Event Event_Pack::events[EVENT_PACK_SIZE] |
The events.
Definition at line 106 of file Event_Desc.h.
struct Pack_Locus Event_Pack::locus |
The pack locator.
Definition at line 105 of file Event_Desc.h.
uint32_t Event_Pack::offset |
The number of packed events.
Definition at line 107 of file Event_Desc.h.