![]() |
1.2.1 (revision 3238)
|
This defines the callbacks for the event reader. More...
#include <stdint.h>
#include <otf2/OTF2_ErrorCodes.h>
#include <otf2/OTF2_GeneralDefinitions.h>
#include <otf2/OTF2_AttributeList.h>
#include <otf2/OTF2_Events.h>
Go to the source code of this file.
Typedefs | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_BufferFlush )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_TimeStamp stopTime) |
Callback for the BufferFlush event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_Enter )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RegionRef region) |
Callback for the Enter event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_Leave )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RegionRef region) |
Callback for the Leave event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MeasurementOnOff )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_MeasurementMode measurementMode) |
Callback for the MeasurementOnOff event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_Metric )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_MetricRef metric, uint8_t numberOfMetrics, const OTF2_Type *typeIDs, const OTF2_MetricValue *metricValues) |
Callback for the Metric event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MpiCollectiveBegin )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList) |
Callback for the MpiCollectiveBegin event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MpiCollectiveEnd )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CollectiveOp collectiveOp, OTF2_CommRef communicator, uint32_t root, uint64_t sizeSent, uint64_t sizeReceived) |
Callback for the MpiCollectiveEnd event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MpiIrecv )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t sender, OTF2_CommRef communicator, uint32_t msgTag, uint64_t msgLength, uint64_t requestID) |
Callback for the MpiIrecv event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MpiIrecvRequest )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t requestID) |
Callback for the MpiIrecvRequest event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MpiIsend )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t receiver, OTF2_CommRef communicator, uint32_t msgTag, uint64_t msgLength, uint64_t requestID) |
Callback for the MpiIsend event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MpiIsendComplete )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t requestID) |
Callback for the MpiIsendComplete event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MpiRecv )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t sender, OTF2_CommRef communicator, uint32_t msgTag, uint64_t msgLength) |
Callback for the MpiRecv event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MpiRequestCancelled )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t requestID) |
Callback for the MpiRequestCancelled event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MpiRequestTest )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t requestID) |
Callback for the MpiRequestTest event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_MpiSend )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t receiver, OTF2_CommRef communicator, uint32_t msgTag, uint64_t msgLength) |
Callback for the MpiSend event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_OmpAcquireLock )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t lockID, uint32_t acquisitionOrder) |
Callback for the OmpAcquireLock event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_OmpFork )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t numberOfRequestedThreads) |
Callback for the OmpFork event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_OmpJoin )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList) |
Callback for the OmpJoin event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_OmpReleaseLock )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t lockID, uint32_t acquisitionOrder) |
Callback for the OmpReleaseLock event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_OmpTaskComplete )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t taskID) |
Callback for the OmpTaskComplete event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_OmpTaskCreate )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t taskID) |
Callback for the OmpTaskCreate event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_OmpTaskSwitch )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t taskID) |
Callback for the OmpTaskSwitch event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ParameterInt )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_ParameterRef parameter, int64_t value) |
Callback for the ParameterInt event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ParameterString )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_ParameterRef parameter, OTF2_StringRef string) |
Callback for the ParameterString event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ParameterUnsignedInt )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_ParameterRef parameter, uint64_t value) |
Callback for the ParameterUnsignedInt event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaAcquireLock )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t lockId, OTF2_LockType lockType) |
Callback for the RmaAcquireLock event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaAtomic )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, OTF2_RmaAtomicType type, uint64_t bytesSent, uint64_t bytesReceived, uint64_t matchingId) |
Callback for the RmaAtomic event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaCollectiveBegin )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList) |
Callback for the RmaCollectiveBegin event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaCollectiveEnd )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CollectiveOp collectiveOp, OTF2_RmaSyncLevel syncLevel, OTF2_RmaWinRef win, uint32_t root, uint64_t bytesSent, uint64_t bytesReceived) |
Callback for the RmaCollectiveEnd event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaGet )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t bytes, uint64_t matchingId) |
Callback for the RmaGet event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaGroupSync )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaSyncLevel syncLevel, OTF2_RmaWinRef win, OTF2_GroupRef group) |
Callback for the RmaGroupSync event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaOpCompleteBlocking )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint64_t matchingId) |
Callback for the RmaOpCompleteBlocking event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaOpCompleteNonBlocking )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint64_t matchingId) |
Callback for the RmaOpCompleteNonBlocking event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaOpCompleteRemote )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint64_t matchingId) |
Callback for the RmaOpCompleteRemote event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaOpTest )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint64_t matchingId) |
Callback for the RmaOpTest event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaPut )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t bytes, uint64_t matchingId) |
Callback for the RmaPut event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaReleaseLock )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t lockId) |
Callback for the RmaReleaseLock event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaRequestLock )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t lockId, OTF2_LockType lockType) |
Callback for the RmaRequestLock event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaSync )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, OTF2_RmaSyncType syncType) |
Callback for the RmaSync event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaTryLock )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t lockId, OTF2_LockType lockType) |
Callback for the RmaTryLock event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaWaitChange )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win) |
Callback for the RmaWaitChange event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaWinCreate )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win) |
Callback for the RmaWinCreate event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_RmaWinDestroy )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win) |
Callback for the RmaWinDestroy event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ThreadAcquireLock )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_Paradigm model, uint32_t lockID, uint32_t acquisitionOrder) |
Callback for the ThreadAcquireLock event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ThreadFork )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_Paradigm model, uint32_t numberOfRequestedThreads) |
Callback for the ThreadFork event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ThreadJoin )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_Paradigm model) |
Callback for the ThreadJoin event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ThreadReleaseLock )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_Paradigm model, uint32_t lockID, uint32_t acquisitionOrder) |
Callback for the ThreadReleaseLock event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ThreadTaskComplete )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CommRef threadTeam, uint32_t creatingThread, uint32_t generationNumber) |
Callback for the ThreadTaskComplete event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ThreadTaskCreate )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CommRef threadTeam, uint32_t creatingThread, uint32_t generationNumber) |
Callback for the ThreadTaskCreate event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ThreadTaskSwitch )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CommRef threadTeam, uint32_t creatingThread, uint32_t generationNumber) |
Callback for the ThreadTaskSwitch event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ThreadTeamBegin )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CommRef threadTeam) |
Callback for the ThreadTeamBegin event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_ThreadTeamEnd )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CommRef threadTeam) |
Callback for the ThreadTeamEnd event record. | |
typedef OTF2_CallbackCode(* | OTF2_EvtReaderCallback_Unknown )(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList) |
Callback for an unknown event record. | |
typedef struct OTF2_EvtReaderCallbacks_struct | OTF2_EvtReaderCallbacks |
Opaque struct which holdes all event record callbacks. | |
Functions | |
void | OTF2_EvtReaderCallbacks_Clear (OTF2_EvtReaderCallbacks *evtReaderCallbacks) |
Clears a struct for the event callbacks. | |
void | OTF2_EvtReaderCallbacks_Delete (OTF2_EvtReaderCallbacks *evtReaderCallbacks) |
Deallocates a struct for the event callbacks. | |
OTF2_EvtReaderCallbacks * | OTF2_EvtReaderCallbacks_New (void) |
Allocates a new struct for the event callbacks. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetBufferFlushCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_BufferFlush bufferFlushCallback) |
Registers the callback for the BufferFlush event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetEnterCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_Enter enterCallback) |
Registers the callback for the Enter event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetLeaveCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_Leave leaveCallback) |
Registers the callback for the Leave event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMeasurementOnOffCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MeasurementOnOff measurementOnOffCallback) |
Registers the callback for the MeasurementOnOff event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMetricCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_Metric metricCallback) |
Registers the callback for the Metric event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMpiCollectiveBeginCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MpiCollectiveBegin mpiCollectiveBeginCallback) |
Registers the callback for the MpiCollectiveBegin event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMpiCollectiveEndCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MpiCollectiveEnd mpiCollectiveEndCallback) |
Registers the callback for the MpiCollectiveEnd event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMpiIrecvCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MpiIrecv mpiIrecvCallback) |
Registers the callback for the MpiIrecv event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMpiIrecvRequestCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MpiIrecvRequest mpiIrecvRequestCallback) |
Registers the callback for the MpiIrecvRequest event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMpiIsendCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MpiIsend mpiIsendCallback) |
Registers the callback for the MpiIsend event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMpiIsendCompleteCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MpiIsendComplete mpiIsendCompleteCallback) |
Registers the callback for the MpiIsendComplete event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMpiRecvCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MpiRecv mpiRecvCallback) |
Registers the callback for the MpiRecv event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMpiRequestCancelledCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MpiRequestCancelled mpiRequestCancelledCallback) |
Registers the callback for the MpiRequestCancelled event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMpiRequestTestCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MpiRequestTest mpiRequestTestCallback) |
Registers the callback for the MpiRequestTest event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetMpiSendCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_MpiSend mpiSendCallback) |
Registers the callback for the MpiSend event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetOmpAcquireLockCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_OmpAcquireLock ompAcquireLockCallback) |
Registers the callback for the OmpAcquireLock event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetOmpForkCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_OmpFork ompForkCallback) |
Registers the callback for the OmpFork event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetOmpJoinCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_OmpJoin ompJoinCallback) |
Registers the callback for the OmpJoin event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetOmpReleaseLockCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_OmpReleaseLock ompReleaseLockCallback) |
Registers the callback for the OmpReleaseLock event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetOmpTaskCompleteCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_OmpTaskComplete ompTaskCompleteCallback) |
Registers the callback for the OmpTaskComplete event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetOmpTaskCreateCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_OmpTaskCreate ompTaskCreateCallback) |
Registers the callback for the OmpTaskCreate event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetOmpTaskSwitchCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_OmpTaskSwitch ompTaskSwitchCallback) |
Registers the callback for the OmpTaskSwitch event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetParameterIntCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ParameterInt parameterIntCallback) |
Registers the callback for the ParameterInt event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetParameterStringCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ParameterString parameterStringCallback) |
Registers the callback for the ParameterString event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetParameterUnsignedIntCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ParameterUnsignedInt parameterUnsignedIntCallback) |
Registers the callback for the ParameterUnsignedInt event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaAcquireLockCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaAcquireLock rmaAcquireLockCallback) |
Registers the callback for the RmaAcquireLock event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaAtomicCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaAtomic rmaAtomicCallback) |
Registers the callback for the RmaAtomic event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaCollectiveBeginCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaCollectiveBegin rmaCollectiveBeginCallback) |
Registers the callback for the RmaCollectiveBegin event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaCollectiveEndCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaCollectiveEnd rmaCollectiveEndCallback) |
Registers the callback for the RmaCollectiveEnd event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaGetCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaGet rmaGetCallback) |
Registers the callback for the RmaGet event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaGroupSyncCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaGroupSync rmaGroupSyncCallback) |
Registers the callback for the RmaGroupSync event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaOpCompleteBlockingCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaOpCompleteBlocking rmaOpCompleteBlockingCallback) |
Registers the callback for the RmaOpCompleteBlocking event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaOpCompleteNonBlockingCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaOpCompleteNonBlocking rmaOpCompleteNonBlockingCallback) |
Registers the callback for the RmaOpCompleteNonBlocking event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaOpCompleteRemoteCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaOpCompleteRemote rmaOpCompleteRemoteCallback) |
Registers the callback for the RmaOpCompleteRemote event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaOpTestCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaOpTest rmaOpTestCallback) |
Registers the callback for the RmaOpTest event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaPutCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaPut rmaPutCallback) |
Registers the callback for the RmaPut event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaReleaseLockCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaReleaseLock rmaReleaseLockCallback) |
Registers the callback for the RmaReleaseLock event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaRequestLockCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaRequestLock rmaRequestLockCallback) |
Registers the callback for the RmaRequestLock event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaSyncCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaSync rmaSyncCallback) |
Registers the callback for the RmaSync event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaTryLockCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaTryLock rmaTryLockCallback) |
Registers the callback for the RmaTryLock event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaWaitChangeCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaWaitChange rmaWaitChangeCallback) |
Registers the callback for the RmaWaitChange event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaWinCreateCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaWinCreate rmaWinCreateCallback) |
Registers the callback for the RmaWinCreate event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetRmaWinDestroyCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_RmaWinDestroy rmaWinDestroyCallback) |
Registers the callback for the RmaWinDestroy event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetThreadAcquireLockCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ThreadAcquireLock threadAcquireLockCallback) |
Registers the callback for the ThreadAcquireLock event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetThreadForkCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ThreadFork threadForkCallback) |
Registers the callback for the ThreadFork event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetThreadJoinCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ThreadJoin threadJoinCallback) |
Registers the callback for the ThreadJoin event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetThreadReleaseLockCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ThreadReleaseLock threadReleaseLockCallback) |
Registers the callback for the ThreadReleaseLock event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetThreadTaskCompleteCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ThreadTaskComplete threadTaskCompleteCallback) |
Registers the callback for the ThreadTaskComplete event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetThreadTaskCreateCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ThreadTaskCreate threadTaskCreateCallback) |
Registers the callback for the ThreadTaskCreate event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetThreadTaskSwitchCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ThreadTaskSwitch threadTaskSwitchCallback) |
Registers the callback for the ThreadTaskSwitch event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetThreadTeamBeginCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ThreadTeamBegin threadTeamBeginCallback) |
Registers the callback for the ThreadTeamBegin event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetThreadTeamEndCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_ThreadTeamEnd threadTeamEndCallback) |
Registers the callback for the ThreadTeamEnd event. | |
OTF2_ErrorCode | OTF2_EvtReaderCallbacks_SetUnknownCallback (OTF2_EvtReaderCallbacks *evtReaderCallbacks, OTF2_EvtReaderCallback_Unknown unknownCallback) |
Registers the callback for the Unknown event. |
This defines the callbacks for the event reader.
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_BufferFlush)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_TimeStamp stopTime) |
Callback for the BufferFlush event record.
This event signals that the internal buffer was flushed at the given time.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
stopTime | The time the buffer flush finished. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_Enter)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RegionRef region) |
Callback for the Enter event record.
An enter record indicates that the program enters a code region.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
region | Needs to be defined in a definition record References a Region definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_REGION is available. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_Leave)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RegionRef region) |
Callback for the Leave event record.
A leave record indicates that the program leaves a code region.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
region | Needs to be defined in a definition record References a Region definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_REGION is available. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MeasurementOnOff)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_MeasurementMode measurementMode) |
Callback for the MeasurementOnOff event record.
This event signals where the measurement system turned measurement on or off.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
measurementMode | Is the measurement turned on (OTF2_MEASUREMENT_ON) or off (OTF2_MEASUREMENT_OFF)? |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_Metric)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_MetricRef metric, uint8_t numberOfMetrics, const OTF2_Type *typeIDs, const OTF2_MetricValue *metricValues) |
Callback for the Metric event record.
A metric event is always stored at the location that recorded the metric. A metric event can reference a metric class or metric instance. Therefore, metric classes and instances share same ID space. Synchronous metrics are always located right before the according enter and leave event.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
metric | Could be a metric class or a metric instance. References a MetricClass, or a MetricInstance definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_METRIC is available. |
numberOfMetrics | Number of metrics with in the set. |
typeIDs | List of metric types. |
metricValues | List of metric values. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MpiCollectiveBegin)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList) |
Callback for the MpiCollectiveBegin event record.
A MpiCollectiveBegin record marks the begin of an MPI collective operation (MPI_GATHER, MPI_SCATTER etc.).
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MpiCollectiveEnd)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CollectiveOp collectiveOp, OTF2_CommRef communicator, uint32_t root, uint64_t sizeSent, uint64_t sizeReceived) |
Callback for the MpiCollectiveEnd event record.
A MpiCollectiveEnd record marks the end of an MPI collective operation (MPI_GATHER, MPI_SCATTER etc.). It keeps the necessary information for this event: type of collective operation, communicator, the root of this collective operation. You can optionally add further information like sent and received bytes.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
collectiveOp | Determines which collective operation it is. |
communicator | Communicator References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. |
root | MPI rank of root in communicator. |
sizeSent | Size of the sent message. |
sizeReceived | Size of the received message. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MpiIrecv)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t sender, OTF2_CommRef communicator, uint32_t msgTag, uint64_t msgLength, uint64_t requestID) |
Callback for the MpiIrecv event record.
A MpiIrecv record indicates that a MPI message was received (MPI_IRECV). It keeps the necessary information for this event: sender of the message, communicator, and the message tag. You can optionally add further information like the message length (size of the receive buffer).
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
sender | MPI rank of sender in communicator. |
communicator | Communicator ID. References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. |
msgTag | Message tag |
msgLength | Message length |
requestID | ID of the related request |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MpiIrecvRequest)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t requestID) |
Callback for the MpiIrecvRequest event record.
Signals the request of an receive, which can be completed later.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
requestID | ID of the requested receive |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MpiIsend)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t receiver, OTF2_CommRef communicator, uint32_t msgTag, uint64_t msgLength, uint64_t requestID) |
Callback for the MpiIsend event record.
A MpiIsend record indicates that a MPI message send process was initiated (MPI_ISEND). It keeps the necessary information for this event: receiver of the message, communicator, and the message tag. You can optionally add further information like the message length (size of the send buffer).
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
receiver | MPI rank of receiver in communicator. |
communicator | Communicator ID. References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. |
msgTag | Message tag |
msgLength | Message length |
requestID | ID of the related request |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MpiIsendComplete)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t requestID) |
Callback for the MpiIsendComplete event record.
Signals the completion of non-blocking send request.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
requestID | ID of the related request |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MpiRecv)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t sender, OTF2_CommRef communicator, uint32_t msgTag, uint64_t msgLength) |
Callback for the MpiRecv event record.
A MpiRecv record indicates that a MPI message was received (MPI_RECV). It keeps the necessary information for this event: sender of the message, communicator, and the message tag. You can optionally add further information like the message length (size of the receive buffer).
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
sender | MPI rank of sender in communicator. |
communicator | Communicator ID. References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. |
msgTag | Message tag |
msgLength | Message length |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MpiRequestCancelled)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t requestID) |
Callback for the MpiRequestCancelled event record.
This events appears if the program canceled a request.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
requestID | ID of the related request |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MpiRequestTest)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t requestID) |
Callback for the MpiRequestTest event record.
This events appears if the program tests if a request has already completed but the test failed.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
requestID | ID of the related request |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_MpiSend)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t receiver, OTF2_CommRef communicator, uint32_t msgTag, uint64_t msgLength) |
Callback for the MpiSend event record.
A MpiSend record indicates that a MPI message send process was initiated (MPI_SEND). It keeps the necessary information for this event: receiver of the message, communicator, and the message tag. You can optionally add further information like the message length (size of the send buffer).
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
receiver | MPI rank of receiver in communicator. |
communicator | Communicator ID. References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. |
msgTag | Message tag |
msgLength | Message length |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_OmpAcquireLock)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t lockID, uint32_t acquisitionOrder) |
Callback for the OmpAcquireLock event record.
An OmpAcquireLock record marks that a thread acquires an OpenMP lock.
This event record is superseded by the ThreadAcquireLock event record and should not be used when the ThreadAcquireLock event record is in use record.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
lockID | ID of the lock. |
acquisitionOrder | A monotonically increasing number to determine the order of lock acquisitions (with unsynchronized clocks this is otherwise not possible). Corresponding acquire-release events have same number. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_OmpFork)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t numberOfRequestedThreads) |
Callback for the OmpFork event record.
An OmpFork record marks that an OpenMP Thread forks a thread team.
This event record is superseded by the ThreadFork event record and should not be used when the ThreadFork event record is in use.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
numberOfRequestedThreads | Requested size of the team. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_OmpJoin)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList) |
Callback for the OmpJoin event record.
An OmpJoin record marks that a team of threads is joint and only the master thread continues execution.
This event record is superseded by the ThreadJoin event record and should not be used when the ThreadJoin event record is in use.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_OmpReleaseLock)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint32_t lockID, uint32_t acquisitionOrder) |
Callback for the OmpReleaseLock event record.
An OmpReleaseLock record marks that a thread releases an OpenMP lock.
This event record is superseded by the ThreadReleaseLock event record and should not be used when the ThreadReleaseLock event record is in use.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
lockID | ID of the lock. |
acquisitionOrder | A monotonically increasing number to determine the order of lock acquisitions (with unsynchronized clocks this is otherwise not possible). Corresponding acquire-release events have same number. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_OmpTaskComplete)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t taskID) |
Callback for the OmpTaskComplete event record.
An OmpTaskComplete record indicates that the execution of an OpenMP task has finished.
This event record is superseded by the ThreadTaskComplete event record and should not be used when the ThreadTaskComplete event record is in use.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
taskID | Identifier of the completed task instance. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_OmpTaskCreate)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t taskID) |
Callback for the OmpTaskCreate event record.
An OmpTaskCreate record marks that an OpenMP Task was/will be created in the current region.
This event record is superseded by the ThreadTaskCreate event record and should not be used when the ThreadTaskCreate event record is in use.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
taskID | Identifier of the newly created task instance. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_OmpTaskSwitch)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, uint64_t taskID) |
Callback for the OmpTaskSwitch event record.
An OmpTaskSwitch record indicates that the execution of the current task will be suspended and another task starts/restarts its execution. Please note that this may change the current call stack of the executing location.
This event record is superseded by the ThreadTaskSwitch event record and should not be used when the ThreadTaskSwitch event record is in use.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
taskID | Identifier of the now active task instance. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ParameterInt)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_ParameterRef parameter, int64_t value) |
Callback for the ParameterInt event record.
A ParameterInt record marks that in the current region, the specified integer parameter has the specified value.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
parameter | Parameter ID. References a Parameter definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_PARAMETER is available. |
value | Value of the recorded parameter. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ParameterString)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_ParameterRef parameter, OTF2_StringRef string) |
Callback for the ParameterString event record.
A ParameterString record marks that in the current region, the specified string parameter has the specified value.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
parameter | Parameter ID. References a Parameter definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_PARAMETER is available. |
string | Value: Handle of a string definition References a String definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_STRING is available. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ParameterUnsignedInt)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_ParameterRef parameter, uint64_t value) |
Callback for the ParameterUnsignedInt event record.
A ParameterUnsignedInt record marks that in the current region, the specified unsigned integer parameter has the specified value.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
parameter | Parameter ID. References a Parameter definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_PARAMETER is available. |
value | Value of the recorded parameter. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaAcquireLock)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t lockId, OTF2_LockType lockType) |
Callback for the RmaAcquireLock event record.
An RmaAcquireLock record denotes the time a lock was aquired by the process.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
remote | Rank of the locked remote process. |
lockId | ID of the lock aquired, if multiple locks are defined on a window. |
lockType | Type of lock aquired. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaAtomic)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, OTF2_RmaAtomicType type, uint64_t bytesSent, uint64_t bytesReceived, uint64_t matchingId) |
Callback for the RmaAtomic event record.
An RmaAtomic record denotes the time a atomic operation was issued.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
remote | Rank of the target process. |
type | Type of atomic operation. |
bytesSent | Bytes sent to target. |
bytesReceived | Bytes received from target. |
matchingId | ID used for matching the appropriate completion record. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaCollectiveBegin)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList) |
Callback for the RmaCollectiveBegin event record.
An RmaCollectiveBegin record denotes the beginnig of a collective RMA operation.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaCollectiveEnd)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CollectiveOp collectiveOp, OTF2_RmaSyncLevel syncLevel, OTF2_RmaWinRef win, uint32_t root, uint64_t bytesSent, uint64_t bytesReceived) |
Callback for the RmaCollectiveEnd event record.
"An RmaCollectiveEnd record denotes the end of a collective RMA operation.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
collectiveOp | Determines which collective operation it is. |
syncLevel | Synchronization level of this collective operation. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
root | Root process for this operation. |
bytesSent | Bytes sent in operation. |
bytesReceived | Bytes receives in operation. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaGet)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t bytes, uint64_t matchingId) |
Callback for the RmaGet event record.
An RmaGet record denotes the time a put operation was issued.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
remote | Rank of the target process. |
bytes | Bytes received from target. |
matchingId | ID used for matching the appropriate completion record. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaGroupSync)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaSyncLevel syncLevel, OTF2_RmaWinRef win, OTF2_GroupRef group) |
Callback for the RmaGroupSync event record.
An RmaGroupSync record denotes the synchronization with a subgroup of processes on a window.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
syncLevel | Synchronization level of this collective operation. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
group | Group of remote processes involved in synchronization. References a Group definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_GROUP is available. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaOpCompleteBlocking)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint64_t matchingId) |
Callback for the RmaOpCompleteBlocking event record.
An RmaOpCompleteBlocking record denotes the local completion of a blocking RMA operation.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
matchingId | ID used for matching the appropriate completion record. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaOpCompleteNonBlocking)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint64_t matchingId) |
Callback for the RmaOpCompleteNonBlocking event record.
An RmaOpCompleteNonBlocking record denotes the local completion of a non-blocking RMA operation.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
matchingId | ID used for matching the appropriate completion record. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaOpCompleteRemote)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint64_t matchingId) |
Callback for the RmaOpCompleteRemote event record.
An RmaOpCompleteRemote record denotes the local completion of an RMA operation.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
matchingId | ID used for matching the appropriate completion record. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaOpTest)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint64_t matchingId) |
Callback for the RmaOpTest event record.
An RmaOpTest record denotes that a non-blocking RMA operation has been tested for completion unsuccessfully.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
matchingId | ID used for matching the appropriate completion record. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaPut)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t bytes, uint64_t matchingId) |
Callback for the RmaPut event record.
An RmaPut record denotes the time a put operation was issued.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
remote | Rank of the target process. |
bytes | Bytes sent to target. |
matchingId | ID used for matching the appropriate completion record. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaReleaseLock)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t lockId) |
Callback for the RmaReleaseLock event record.
An RmaReleaseLock record denotes the time the lock was released.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
remote | Rank of the locked remote process. |
lockId | ID of the lock released, if multiple locks are defined on a window. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaRequestLock)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t lockId, OTF2_LockType lockType) |
Callback for the RmaRequestLock event record.
An RmaRequestLock record denotes the time a lock was requested and with it the earliest time it could have been granted. It is used to mark (possibly) non-blocking lock request, as defined by the MPI standard.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
remote | Rank of the locked remote process. |
lockId | ID of the lock aquired, if multiple locks are defined on a window. |
lockType | Type of lock aquired. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaSync)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, OTF2_RmaSyncType syncType) |
Callback for the RmaSync event record.
An RmaSync record denotes the direct synchronization with a possibly remote process.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
remote | Rank of the locked remote process. |
syncType | Type of synchronization. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaTryLock)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win, uint32_t remote, uint64_t lockId, OTF2_LockType lockType) |
Callback for the RmaTryLock event record.
An RmaTryLock record denotes the time of an unsuccessful attempt to acquire the lock.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
remote | Rank of the locked remote process. |
lockId | ID of the lock aquired, if multiple locks are defined on a window. |
lockType | Type of lock aquired. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaWaitChange)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win) |
Callback for the RmaWaitChange event record.
An RmaWaitChange record denotes the change of a window that was waited for.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window used for this operation. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaWinCreate)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win) |
Callback for the RmaWinCreate event record.
An RmaWinCreate record denotes the creation of an RMA window.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window created. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_RmaWinDestroy)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_RmaWinRef win) |
Callback for the RmaWinDestroy event record.
An RmaWinDestroy record denotes the destruction of an RMA window.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
win | ID of the window destructed. References a RmaWin definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_RMA_WIN is available. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ThreadAcquireLock)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_Paradigm model, uint32_t lockID, uint32_t acquisitionOrder) |
Callback for the ThreadAcquireLock event record.
An ThreadAcquireLock record marks that a thread acquires an lock.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
lockID | ID of the lock. |
acquisitionOrder | A monotonically increasing number to determine the order of lock acquisitions (with unsynchronized clocks this is otherwise not possible). Corresponding acquire-release events have same number. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ThreadFork)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_Paradigm model, uint32_t numberOfRequestedThreads) |
Callback for the ThreadFork event record.
An ThreadFork record marks that an thread forks a thread team.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
numberOfRequestedThreads | Requested size of the team. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ThreadJoin)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_Paradigm model) |
Callback for the ThreadJoin event record.
An ThreadJoin record marks that a team of threads is joint and only the master thread continues execution.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ThreadReleaseLock)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_Paradigm model, uint32_t lockID, uint32_t acquisitionOrder) |
Callback for the ThreadReleaseLock event record.
An ThreadReleaseLock record marks that a thread releases an lock.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
lockID | ID of the lock. |
acquisitionOrder | A monotonically increasing number to determine the order of lock acquisitions (with unsynchronized clocks this is otherwise not possible). Corresponding acquire-release events have same number. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ThreadTaskComplete)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CommRef threadTeam, uint32_t creatingThread, uint32_t generationNumber) |
Callback for the ThreadTaskComplete event record.
An ThreadTaskComplete record indicates that the execution of an OpenMP task has finished.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
threadTeam | Thread team References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. |
creatingThread | Creating thread of this task. |
generationNumber | Thread-private generation number of task's creating thread. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ThreadTaskCreate)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CommRef threadTeam, uint32_t creatingThread, uint32_t generationNumber) |
Callback for the ThreadTaskCreate event record.
An ThreadTaskCreate record marks that an task in was/will be created and will be processed by the specified thread team.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
threadTeam | Thread team References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. |
creatingThread | Creating thread of this task. (This is redundant, remove?) |
generationNumber | Thread-private generation number of task's creating thread. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ThreadTaskSwitch)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CommRef threadTeam, uint32_t creatingThread, uint32_t generationNumber) |
Callback for the ThreadTaskSwitch event record.
An ThreadTaskSwitch record indicates that the execution of the current task will be suspended and another task starts/restarts its execution. Please note that this may change the current call stack of the executing location.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
threadTeam | Thread team References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. |
creatingThread | Creating thread of this task. |
generationNumber | Thread-private generation number of task's creating thread. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ThreadTeamBegin)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CommRef threadTeam) |
Callback for the ThreadTeamBegin event record.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
threadTeam | Thread team References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_ThreadTeamEnd)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList, OTF2_CommRef threadTeam) |
Callback for the ThreadTeamEnd event record.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
threadTeam | Thread team References a Comm definition and will be mapped to the global definition if a mapping table of type OTF2_MAPPING_COMM is available. |
typedef OTF2_CallbackCode( * OTF2_EvtReaderCallback_Unknown)(OTF2_LocationRef location, OTF2_TimeStamp time, uint64_t eventPosition, void *userData, OTF2_AttributeList *attributeList) |
Callback for an unknown event record.
location | The location where this event happened. |
time | The time when this event happened. |
eventPosition | The event position of this event in the trace. Starting with 1. |
userData | User data as set by OTF2_Reader_RegisterEvtCallbacks or OTF2_EvtReader_SetCallbacks. |
attributeList | Additional attributes for this event. |
void OTF2_EvtReaderCallbacks_Clear | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks | ) |
Clears a struct for the event callbacks.
evtReaderCallbacks | Handle to a struct previously allocated with OTF2_EvtReaderCallbacks_New. |
void OTF2_EvtReaderCallbacks_Delete | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks | ) |
Deallocates a struct for the event callbacks.
evtReaderCallbacks | Handle to a struct previously allocated with OTF2_EvtReaderCallbacks_New. |
OTF2_EvtReaderCallbacks* OTF2_EvtReaderCallbacks_New | ( | void | ) |
Allocates a new struct for the event callbacks.
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetBufferFlushCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_BufferFlush | bufferFlushCallback | ||
) |
Registers the callback for the BufferFlush event.
evtReaderCallbacks | Struct for all callbacks. |
bufferFlushCallback | Function which should be called for all BufferFlush events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetEnterCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_Enter | enterCallback | ||
) |
Registers the callback for the Enter event.
evtReaderCallbacks | Struct for all callbacks. |
enterCallback | Function which should be called for all Enter events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetLeaveCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_Leave | leaveCallback | ||
) |
Registers the callback for the Leave event.
evtReaderCallbacks | Struct for all callbacks. |
leaveCallback | Function which should be called for all Leave events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMeasurementOnOffCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MeasurementOnOff | measurementOnOffCallback | ||
) |
Registers the callback for the MeasurementOnOff event.
evtReaderCallbacks | Struct for all callbacks. |
measurementOnOffCallback | Function which should be called for all MeasurementOnOff events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMetricCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_Metric | metricCallback | ||
) |
Registers the callback for the Metric event.
evtReaderCallbacks | Struct for all callbacks. |
metricCallback | Function which should be called for all Metric events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMpiCollectiveBeginCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MpiCollectiveBegin | mpiCollectiveBeginCallback | ||
) |
Registers the callback for the MpiCollectiveBegin event.
evtReaderCallbacks | Struct for all callbacks. |
mpiCollectiveBeginCallback | Function which should be called for all MpiCollectiveBegin events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMpiCollectiveEndCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MpiCollectiveEnd | mpiCollectiveEndCallback | ||
) |
Registers the callback for the MpiCollectiveEnd event.
evtReaderCallbacks | Struct for all callbacks. |
mpiCollectiveEndCallback | Function which should be called for all MpiCollectiveEnd events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMpiIrecvCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MpiIrecv | mpiIrecvCallback | ||
) |
Registers the callback for the MpiIrecv event.
evtReaderCallbacks | Struct for all callbacks. |
mpiIrecvCallback | Function which should be called for all MpiIrecv events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMpiIrecvRequestCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MpiIrecvRequest | mpiIrecvRequestCallback | ||
) |
Registers the callback for the MpiIrecvRequest event.
evtReaderCallbacks | Struct for all callbacks. |
mpiIrecvRequestCallback | Function which should be called for all MpiIrecvRequest events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMpiIsendCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MpiIsend | mpiIsendCallback | ||
) |
Registers the callback for the MpiIsend event.
evtReaderCallbacks | Struct for all callbacks. |
mpiIsendCallback | Function which should be called for all MpiIsend events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMpiIsendCompleteCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MpiIsendComplete | mpiIsendCompleteCallback | ||
) |
Registers the callback for the MpiIsendComplete event.
evtReaderCallbacks | Struct for all callbacks. |
mpiIsendCompleteCallback | Function which should be called for all MpiIsendComplete events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMpiRecvCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MpiRecv | mpiRecvCallback | ||
) |
Registers the callback for the MpiRecv event.
evtReaderCallbacks | Struct for all callbacks. |
mpiRecvCallback | Function which should be called for all MpiRecv events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMpiRequestCancelledCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MpiRequestCancelled | mpiRequestCancelledCallback | ||
) |
Registers the callback for the MpiRequestCancelled event.
evtReaderCallbacks | Struct for all callbacks. |
mpiRequestCancelledCallback | Function which should be called for all MpiRequestCancelled events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMpiRequestTestCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MpiRequestTest | mpiRequestTestCallback | ||
) |
Registers the callback for the MpiRequestTest event.
evtReaderCallbacks | Struct for all callbacks. |
mpiRequestTestCallback | Function which should be called for all MpiRequestTest events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetMpiSendCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_MpiSend | mpiSendCallback | ||
) |
Registers the callback for the MpiSend event.
evtReaderCallbacks | Struct for all callbacks. |
mpiSendCallback | Function which should be called for all MpiSend events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetOmpAcquireLockCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_OmpAcquireLock | ompAcquireLockCallback | ||
) |
Registers the callback for the OmpAcquireLock event.
evtReaderCallbacks | Struct for all callbacks. |
ompAcquireLockCallback | Function which should be called for all OmpAcquireLock events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetOmpForkCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_OmpFork | ompForkCallback | ||
) |
Registers the callback for the OmpFork event.
evtReaderCallbacks | Struct for all callbacks. |
ompForkCallback | Function which should be called for all OmpFork events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetOmpJoinCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_OmpJoin | ompJoinCallback | ||
) |
Registers the callback for the OmpJoin event.
evtReaderCallbacks | Struct for all callbacks. |
ompJoinCallback | Function which should be called for all OmpJoin events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetOmpReleaseLockCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_OmpReleaseLock | ompReleaseLockCallback | ||
) |
Registers the callback for the OmpReleaseLock event.
evtReaderCallbacks | Struct for all callbacks. |
ompReleaseLockCallback | Function which should be called for all OmpReleaseLock events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetOmpTaskCompleteCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_OmpTaskComplete | ompTaskCompleteCallback | ||
) |
Registers the callback for the OmpTaskComplete event.
evtReaderCallbacks | Struct for all callbacks. |
ompTaskCompleteCallback | Function which should be called for all OmpTaskComplete events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetOmpTaskCreateCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_OmpTaskCreate | ompTaskCreateCallback | ||
) |
Registers the callback for the OmpTaskCreate event.
evtReaderCallbacks | Struct for all callbacks. |
ompTaskCreateCallback | Function which should be called for all OmpTaskCreate events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetOmpTaskSwitchCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_OmpTaskSwitch | ompTaskSwitchCallback | ||
) |
Registers the callback for the OmpTaskSwitch event.
evtReaderCallbacks | Struct for all callbacks. |
ompTaskSwitchCallback | Function which should be called for all OmpTaskSwitch events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetParameterIntCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ParameterInt | parameterIntCallback | ||
) |
Registers the callback for the ParameterInt event.
evtReaderCallbacks | Struct for all callbacks. |
parameterIntCallback | Function which should be called for all ParameterInt events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetParameterStringCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ParameterString | parameterStringCallback | ||
) |
Registers the callback for the ParameterString event.
evtReaderCallbacks | Struct for all callbacks. |
parameterStringCallback | Function which should be called for all ParameterString events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetParameterUnsignedIntCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ParameterUnsignedInt | parameterUnsignedIntCallback | ||
) |
Registers the callback for the ParameterUnsignedInt event.
evtReaderCallbacks | Struct for all callbacks. |
parameterUnsignedIntCallback | Function which should be called for all ParameterUnsignedInt events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaAcquireLockCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaAcquireLock | rmaAcquireLockCallback | ||
) |
Registers the callback for the RmaAcquireLock event.
evtReaderCallbacks | Struct for all callbacks. |
rmaAcquireLockCallback | Function which should be called for all RmaAcquireLock events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaAtomicCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaAtomic | rmaAtomicCallback | ||
) |
Registers the callback for the RmaAtomic event.
evtReaderCallbacks | Struct for all callbacks. |
rmaAtomicCallback | Function which should be called for all RmaAtomic events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaCollectiveBeginCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaCollectiveBegin | rmaCollectiveBeginCallback | ||
) |
Registers the callback for the RmaCollectiveBegin event.
evtReaderCallbacks | Struct for all callbacks. |
rmaCollectiveBeginCallback | Function which should be called for all RmaCollectiveBegin events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaCollectiveEndCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaCollectiveEnd | rmaCollectiveEndCallback | ||
) |
Registers the callback for the RmaCollectiveEnd event.
evtReaderCallbacks | Struct for all callbacks. |
rmaCollectiveEndCallback | Function which should be called for all RmaCollectiveEnd events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaGetCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaGet | rmaGetCallback | ||
) |
Registers the callback for the RmaGet event.
evtReaderCallbacks | Struct for all callbacks. |
rmaGetCallback | Function which should be called for all RmaGet events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaGroupSyncCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaGroupSync | rmaGroupSyncCallback | ||
) |
Registers the callback for the RmaGroupSync event.
evtReaderCallbacks | Struct for all callbacks. |
rmaGroupSyncCallback | Function which should be called for all RmaGroupSync events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaOpCompleteBlockingCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaOpCompleteBlocking | rmaOpCompleteBlockingCallback | ||
) |
Registers the callback for the RmaOpCompleteBlocking event.
evtReaderCallbacks | Struct for all callbacks. |
rmaOpCompleteBlockingCallback | Function which should be called for all RmaOpCompleteBlocking events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaOpCompleteNonBlockingCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaOpCompleteNonBlocking | rmaOpCompleteNonBlockingCallback | ||
) |
Registers the callback for the RmaOpCompleteNonBlocking event.
evtReaderCallbacks | Struct for all callbacks. |
rmaOpCompleteNonBlockingCallback | Function which should be called for all RmaOpCompleteNonBlocking events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaOpCompleteRemoteCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaOpCompleteRemote | rmaOpCompleteRemoteCallback | ||
) |
Registers the callback for the RmaOpCompleteRemote event.
evtReaderCallbacks | Struct for all callbacks. |
rmaOpCompleteRemoteCallback | Function which should be called for all RmaOpCompleteRemote events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaOpTestCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaOpTest | rmaOpTestCallback | ||
) |
Registers the callback for the RmaOpTest event.
evtReaderCallbacks | Struct for all callbacks. |
rmaOpTestCallback | Function which should be called for all RmaOpTest events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaPutCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaPut | rmaPutCallback | ||
) |
Registers the callback for the RmaPut event.
evtReaderCallbacks | Struct for all callbacks. |
rmaPutCallback | Function which should be called for all RmaPut events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaReleaseLockCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaReleaseLock | rmaReleaseLockCallback | ||
) |
Registers the callback for the RmaReleaseLock event.
evtReaderCallbacks | Struct for all callbacks. |
rmaReleaseLockCallback | Function which should be called for all RmaReleaseLock events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaRequestLockCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaRequestLock | rmaRequestLockCallback | ||
) |
Registers the callback for the RmaRequestLock event.
evtReaderCallbacks | Struct for all callbacks. |
rmaRequestLockCallback | Function which should be called for all RmaRequestLock events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaSyncCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaSync | rmaSyncCallback | ||
) |
Registers the callback for the RmaSync event.
evtReaderCallbacks | Struct for all callbacks. |
rmaSyncCallback | Function which should be called for all RmaSync events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaTryLockCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaTryLock | rmaTryLockCallback | ||
) |
Registers the callback for the RmaTryLock event.
evtReaderCallbacks | Struct for all callbacks. |
rmaTryLockCallback | Function which should be called for all RmaTryLock events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaWaitChangeCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaWaitChange | rmaWaitChangeCallback | ||
) |
Registers the callback for the RmaWaitChange event.
evtReaderCallbacks | Struct for all callbacks. |
rmaWaitChangeCallback | Function which should be called for all RmaWaitChange events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaWinCreateCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaWinCreate | rmaWinCreateCallback | ||
) |
Registers the callback for the RmaWinCreate event.
evtReaderCallbacks | Struct for all callbacks. |
rmaWinCreateCallback | Function which should be called for all RmaWinCreate events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetRmaWinDestroyCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_RmaWinDestroy | rmaWinDestroyCallback | ||
) |
Registers the callback for the RmaWinDestroy event.
evtReaderCallbacks | Struct for all callbacks. |
rmaWinDestroyCallback | Function which should be called for all RmaWinDestroy events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetThreadAcquireLockCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ThreadAcquireLock | threadAcquireLockCallback | ||
) |
Registers the callback for the ThreadAcquireLock event.
evtReaderCallbacks | Struct for all callbacks. |
threadAcquireLockCallback | Function which should be called for all ThreadAcquireLock events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetThreadForkCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ThreadFork | threadForkCallback | ||
) |
Registers the callback for the ThreadFork event.
evtReaderCallbacks | Struct for all callbacks. |
threadForkCallback | Function which should be called for all ThreadFork events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetThreadJoinCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ThreadJoin | threadJoinCallback | ||
) |
Registers the callback for the ThreadJoin event.
evtReaderCallbacks | Struct for all callbacks. |
threadJoinCallback | Function which should be called for all ThreadJoin events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetThreadReleaseLockCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ThreadReleaseLock | threadReleaseLockCallback | ||
) |
Registers the callback for the ThreadReleaseLock event.
evtReaderCallbacks | Struct for all callbacks. |
threadReleaseLockCallback | Function which should be called for all ThreadReleaseLock events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetThreadTaskCompleteCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ThreadTaskComplete | threadTaskCompleteCallback | ||
) |
Registers the callback for the ThreadTaskComplete event.
evtReaderCallbacks | Struct for all callbacks. |
threadTaskCompleteCallback | Function which should be called for all ThreadTaskComplete events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetThreadTaskCreateCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ThreadTaskCreate | threadTaskCreateCallback | ||
) |
Registers the callback for the ThreadTaskCreate event.
evtReaderCallbacks | Struct for all callbacks. |
threadTaskCreateCallback | Function which should be called for all ThreadTaskCreate events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetThreadTaskSwitchCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ThreadTaskSwitch | threadTaskSwitchCallback | ||
) |
Registers the callback for the ThreadTaskSwitch event.
evtReaderCallbacks | Struct for all callbacks. |
threadTaskSwitchCallback | Function which should be called for all ThreadTaskSwitch events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetThreadTeamBeginCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ThreadTeamBegin | threadTeamBeginCallback | ||
) |
Registers the callback for the ThreadTeamBegin event.
evtReaderCallbacks | Struct for all callbacks. |
threadTeamBeginCallback | Function which should be called for all ThreadTeamBegin events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetThreadTeamEndCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_ThreadTeamEnd | threadTeamEndCallback | ||
) |
Registers the callback for the ThreadTeamEnd event.
evtReaderCallbacks | Struct for all callbacks. |
threadTeamEndCallback | Function which should be called for all ThreadTeamEnd events. |
if successful
for an invalid defReaderCallbacks
argument
OTF2_ErrorCode OTF2_EvtReaderCallbacks_SetUnknownCallback | ( | OTF2_EvtReaderCallbacks * | evtReaderCallbacks, |
OTF2_EvtReaderCallback_Unknown | unknownCallback | ||
) |
Registers the callback for the Unknown event.
evtReaderCallbacks | Struct for all callbacks. |
unknownCallback | Function which should be called for all unknown events. |
if successful
for an invalid defReaderCallbacks
argument