Multi-ApplicationOnlineProfiling
2.1
|
union defining which data can be contained into an event More...
#include <Event_Desc.h>
Data Fields | |
struct Stream_Descriptor | stream_descriptor |
See Stream_Descriptor. More... | |
struct MPI_Event | mpi_event |
See MPI_Event. More... | |
struct Wrapped_Event | wrapped_event |
See Wrapped_Event. More... | |
struct OTF_Event | otf |
Enter + Leave event implementation for OTF support. More... | |
struct MAP_Event | map |
MAP sampled Event definition entry. More... | |
union defining which data can be contained into an event
Definition at line 70 of file Event_Desc.h.
struct MAP_Event MALP_Trace_event_t::map |
MAP sampled Event definition entry.
Definition at line 76 of file Event_Desc.h.
struct MPI_Event MALP_Trace_event_t::mpi_event |
See MPI_Event.
Definition at line 73 of file Event_Desc.h.
struct OTF_Event MALP_Trace_event_t::otf |
Enter + Leave event implementation for OTF support.
Definition at line 75 of file Event_Desc.h.
struct Stream_Descriptor MALP_Trace_event_t::stream_descriptor |
See Stream_Descriptor.
Definition at line 72 of file Event_Desc.h.
struct Wrapped_Event MALP_Trace_event_t::wrapped_event |
See Wrapped_Event.
Definition at line 74 of file Event_Desc.h.