54 int OTF_Reader_readUnknownRecord(
OTF_RBuffer* buffer,
57 int OTF_Reader_readUnknownDefRecord(
OTF_RBuffer* buffer,
60 int OTF_Reader_readUnknownMarkerRecord(
OTF_RBuffer* buffer,
int OTF_Reader_parseEventRecord(OTF_RBuffer *buffer, OTF_HandlerArray *handlers)
Parse one event record from buffer and call the appropriate function - internal use only...
Definition: OTF_Parse.c:371
Definition: OTF_RBuffer.h:40
Object structure which holds OTF record handlers.
Definition: OTF_HandlerArray.h:52
int OTF_Reader_parseMarkerRecord(OTF_RBuffer *buffer, OTF_HandlerArray *handlers, uint32_t streamid)
Parse one marker record from buffer and call the appropriate function - internal use only...
Definition: OTF_Parse.c:1039
int OTF_Reader_parseDefRecord(OTF_RBuffer *buffer, OTF_HandlerArray *handlers, uint32_t streamid)
Parse one definition record from buffer and call the appropriate function - internal use only...
Definition: OTF_Parse.c:598
int OTF_Reader_parseSnapshotsRecord(OTF_RBuffer *buffer, OTF_HandlerArray *handlers)
Parse one snapshot record from buffer and call the appropriate function - internal use only...
Definition: OTF_Parse.c:935
int OTF_Reader_parseStatisticsRecord(OTF_RBuffer *buffer, OTF_HandlerArray *handlers)
Parse one statisitc summary record from buffer and call the appropriate function - internal use only...
Definition: OTF_Parse.c:822
Provides read access to trace streams, which consist of multiple buffers.
Provides read access to OTF traces which consist of multiple streams.