16#ifndef _GTG_OTF_BASIC_H_
17#define _GTG_OTF_BASIC_H_
119 const char* contType,
const char* srcContType,
120 const char* destContType);
135 const char* contType);
172 const char* type,
const char* container,
173 const char* name,
const char* file);
194 const char* type,
const char* container,
195 const char* name,
const char* file);
227 const char* cont,
const char* val);
244 const char* cont,
const char* val);
276 const char* cont,
const char* val);
297 const char* src,
const char* dest,
298 const char* val ,
const char* key);
319 const char* src,
const char* dest,
320 const char* val,
const char* key);
337 const char* cont,
varPrec val);
354 const char* cont,
varPrec val);
371 const char* cont,
varPrec val);
GTGBasic is a basic interface to generate trace in various formats.
uint8_t gtg_flag_t
Flags that can be specified to GTG.
Definition GTGBasic.h:56
trace_return_t OTFStartLink(varPrec time, const char *type, const char *src, const char *dest, const char *val, const char *key)
trace_return_t OTFDefineContainer(const char *alias, const char *type, const char *container, const char *name, const char *file)
trace_return_t OTFAddEntityValue(const char *alias, const char *entType, const char *name, const otf_color_t color)
const otf_color_t OTF_get_color(gtg_color_t color)
trace_return_t OTFSubVar(varPrec time, const char *type, const char *cont, varPrec val)
trace_return_t OTFAddContType(const char *alias, const char *contType, const char *name)
trace_return_t OTFEndLink(varPrec time, const char *type, const char *src, const char *dest, const char *val, const char *key)
trace_return_t OTFSetCompress(int val)
trace_return_t OTFSetVar(varPrec time, const char *type, const char *cont, varPrec val)
trace_return_t OTFAddComment(const char *comment)
trace_return_t OTFAddEventType(const char *alias, const char *contType, const char *name)
trace_return_t OTFEndTrace()
trace_return_t OTFAddEvent(varPrec time, const char *type, const char *cont, const char *val)
trace_return_t OTFAddVarType(const char *alias, const char *name, const char *contType)
trace_return_t OTFSetState(varPrec time, const char *type, const char *cont, const char *val)
trace_return_t OTFInitTrace(const char *filename, gtg_flag_t flags)
trace_return_t OTFPopState(varPrec time, const char *type, const char *cont)
trace_return_t OTFDestroyContainer(varPrec time, const char *name, const char *type)
trace_return_t OTFAddVar(varPrec time, const char *type, const char *cont, varPrec val)
trace_return_t OTFAddStateType(const char *alias, const char *contType, const char *name)
trace_return_t OTFAddLinkType(const char *alias, const char *name, const char *contType, const char *srcContType, const char *destContType)
trace_return_t OTFPushState(varPrec time, const char *type, const char *cont, const char *val)
trace_return_t OTFStartContainer(varPrec time, const char *alias, const char *type, const char *container, const char *name, const char *file)
OTF_Structs gives the global types and functions needed to have the OTF implementation.
trace_return_t
Definition GTGTypes.h:35
double varPrec
Use the double precision type for time and value.
Definition GTGTypes.h:28
This structure defines a color that can be used by GTG.
Definition GTGColor.h:25
Definition GTGOTF_Structs.h:114