![]() |
Multi-ApplicationOnlineProfiling
2.1
|
#include <stdint.h>#include "Stream_Descriptor.h"#include "MPI_Events.h"#include "Wrapped_Symbols.h"#include "OTF_Event.h"#include "MAP_Event.h"#include "Locus.h"

Go to the source code of this file.
Data Structures | |
| union | MALP_Trace_event_t |
| union defining which data can be contained into an event More... | |
| struct | MALP_Trace_Event |
| Struct defining an event. More... | |
| struct | Event_Pack |
| Struct defining a pack of events. More... | |
Macros | |
| #define | EVENT_PACK_SIZE 8192 |
| The size of a pack of events. More... | |
Enumerations | |
| enum | MALP_Trace_event_type { MALP_EVENT_NONE, MALP_EVENT_META, MALP_EVENT_MPI, MALP_EVENT_WRAPPED, MALP_EVENT_OTF, MALP_EVENT_MAP, MALP_EVENT_TYPE_COUNT } |
| enum defining event types More... | |
Variables | |
| static const char *const | MALP_Trace_event_type_names [MALP_EVENT_TYPE_COUNT] |
| List of string constants describing event types. More... | |