13 #ifndef _VT_UNIFY_HOOKS_RAW_H_
14 #define _VT_UNIFY_HOOKS_RAW_H_
16 #include "vt_unify_hooks_base.h"
32 static bool isEnabled() {
return true; }
42 void finalizeHook(
const bool & error );
47 void phaseHook_GetUnifyControls_pre();
48 void phaseHook_GetUnifyControls_post();
50 void phaseHook_UnifyDefinitions_pre();
51 void phaseHook_UnifyDefinitions_post();
53 void phaseHook_UnifyMarkers_pre();
54 void phaseHook_UnifyMarkers_post();
56 void phaseHook_UnifyStatistics_pre();
57 void phaseHook_UnifyStatistics_post();
59 void phaseHook_UnifyEvents_pre();
60 void phaseHook_UnifyEvents_post();
62 void phaseHook_WriteMasterControl_pre();
63 void phaseHook_WriteMasterControl_post();
65 void phaseHook_CleanUp_pre();
66 void phaseHook_CleanUp_post();
73 void readRecHook_DefComment( HooksC::VaArgsT & args );
74 void writeRecHook_DefComment( HooksC::VaArgsT & args );
76 void readRecHook_DefCreator( HooksC::VaArgsT & args );
77 void writeRecHook_DefCreator( HooksC::VaArgsT & args );
79 void readRecHook_DefTimerResolution( HooksC::VaArgsT & args );
80 void writeRecHook_DefTimerResolution( HooksC::VaArgsT & args );
82 void readRecHook_DefTimeRange( HooksC::VaArgsT & args );
83 void writeRecHook_DefTimeRange( HooksC::VaArgsT & args );
85 void readRecHook_DefProcessGroup( HooksC::VaArgsT & args );
86 void writeRecHook_DefProcessGroup( HooksC::VaArgsT & args );
88 void readRecHook_DefProcessGroupAttributes( HooksC::VaArgsT & args );
89 void writeRecHook_DefProcessGroupAttributes( HooksC::VaArgsT & args );
91 void readRecHook_DefProcess( HooksC::VaArgsT & args );
92 void writeRecHook_DefProcess( HooksC::VaArgsT & args );
94 void readRecHook_DefSclFile( HooksC::VaArgsT & args );
95 void writeRecHook_DefSclFile( HooksC::VaArgsT & args );
97 void readRecHook_DefScl( HooksC::VaArgsT & args );
98 void writeRecHook_DefScl( HooksC::VaArgsT & args );
100 void readRecHook_DefFileGroup( HooksC::VaArgsT & args );
101 void writeRecHook_DefFileGroup( HooksC::VaArgsT & args );
103 void readRecHook_DefFile( HooksC::VaArgsT & args );
104 void writeRecHook_DefFile( HooksC::VaArgsT & args );
106 void readRecHook_DefFunctionGroup( HooksC::VaArgsT & args );
107 void writeRecHook_DefFunctionGroup( HooksC::VaArgsT & args );
109 void readRecHook_DefFunction( HooksC::VaArgsT & args );
110 void writeRecHook_DefFunction( HooksC::VaArgsT & args );
112 void readRecHook_DefCollOp( HooksC::VaArgsT & args );
113 void writeRecHook_DefCollOp( HooksC::VaArgsT & args );
115 void readRecHook_DefCounterGroup( HooksC::VaArgsT & args );
116 void writeRecHook_DefCounterGroup( HooksC::VaArgsT & args );
118 void readRecHook_DefCounter( HooksC::VaArgsT & args );
119 void writeRecHook_DefCounter( HooksC::VaArgsT & args );
121 void readRecHook_DefCounterAssignments( HooksC::VaArgsT & args );
122 void writeRecHook_DefCounterAssignments( HooksC::VaArgsT & args );
124 void readRecHook_DefKeyValue( HooksC::VaArgsT & args );
125 void writeRecHook_DefKeyValue( HooksC::VaArgsT & args );
129 void readRecHook_FunctionSummary( HooksC::VaArgsT & args );
130 void writeRecHook_FunctionSummary( HooksC::VaArgsT & args );
132 void readRecHook_MessageSummary( HooksC::VaArgsT & args );
133 void writeRecHook_MessageSummary( HooksC::VaArgsT & args );
135 void readRecHook_CollOpSummary( HooksC::VaArgsT & args );
136 void writeRecHook_CollOpSummary( HooksC::VaArgsT & args );
138 void readRecHook_FileOpSummary( HooksC::VaArgsT & args );
139 void writeRecHook_FileOpSummary( HooksC::VaArgsT & args );
143 void readRecHook_DefMarker( HooksC::VaArgsT & args );
144 void writeRecHook_DefMarker( HooksC::VaArgsT & args );
146 void readRecHook_MarkerSpot( HooksC::VaArgsT & args );
147 void writeRecHook_MarkerSpot( HooksC::VaArgsT & args );
151 void readRecHook_Enter( HooksC::VaArgsT & args );
152 void writeRecHook_Enter( HooksC::VaArgsT & args );
154 void readRecHook_Leave( HooksC::VaArgsT & args );
155 void writeRecHook_Leave( HooksC::VaArgsT & args );
157 void readRecHook_BeginFileOp( HooksC::VaArgsT & args );
158 void writeRecHook_BeginFileOp( HooksC::VaArgsT & args );
160 void readRecHook_EndFileOp( HooksC::VaArgsT & args );
161 void writeRecHook_EndFileOp( HooksC::VaArgsT & args );
163 void readRecHook_SendMsg( HooksC::VaArgsT & args );
164 void writeRecHook_SendMsg( HooksC::VaArgsT & args );
166 void readRecHook_RecvMsg( HooksC::VaArgsT & args );
167 void writeRecHook_RecvMsg( HooksC::VaArgsT & args );
169 void readRecHook_BeginCollOp( HooksC::VaArgsT & args );
170 void writeRecHook_BeginCollOp( HooksC::VaArgsT & args );
172 void readRecHook_EndCollOp( HooksC::VaArgsT & args );
173 void writeRecHook_EndCollOp( HooksC::VaArgsT & args );
175 void readRecHook_RMAPut( HooksC::VaArgsT & args );
176 void writeRecHook_RMAPut( HooksC::VaArgsT & args );
178 void readRecHook_RMAPutRemoteEnd( HooksC::VaArgsT & args );
179 void writeRecHook_RMAPutRemoteEnd( HooksC::VaArgsT & args );
181 void readRecHook_RMAGet( HooksC::VaArgsT & args );
182 void writeRecHook_RMAGet( HooksC::VaArgsT & args );
184 void readRecHook_RMAEnd( HooksC::VaArgsT & args );
185 void writeRecHook_RMAEnd( HooksC::VaArgsT & args );
187 void readRecHook_Counter( HooksC::VaArgsT & args );
188 void writeRecHook_Counter( HooksC::VaArgsT & args );
190 void readRecHook_EventComment( HooksC::VaArgsT & args );
191 void writeRecHook_EventComment( HooksC::VaArgsT & args );
194 void genericHook(
const uint32_t &
id, HooksC::VaArgsT & args );
200 #endif // _VT_UNIFY_HOOKS_RAW_H_
VampirTrace http://www.tu-dresden.de/zih/vampirtrace.
Definition: vt_unify_hooks_raw.h:21
VampirTrace http://www.tu-dresden.de/zih/vampirtrace.
Definition: vt_unify_hooks_base.h:23
HooksRawC()
VampirTrace http://www.tu-dresden.de/zih/vampirtrace.
Definition: vt_unify_hooks_raw.cc:26