Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
MALP_Trace_event_t Union Reference

union defining which data can be contained into an event More...

#include <Event_Desc.h>

Collaboration diagram for MALP_Trace_event_t:
Collaboration graph

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...
 

Detailed Description

union defining which data can be contained into an event

Definition at line 70 of file Event_Desc.h.

Field Documentation

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.


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