
Go to the source code of this file.
Functions | |
| void | initTraceCore (char **argv) |
| void | closeTraceCore () |
| void | resumeTraceCore () |
| void | suspendTraceCore () |
| void | beginTraceCore (void) |
| void | endTraceCore (void) |
| void initTraceCore | ( | char ** | argv | ) |
Definition at line 33 of file traceCoreCommon.C.
References malloc().
Referenced by traceCommonInit().
| void closeTraceCore | ( | ) |
| void resumeTraceCore | ( | ) |
| void suspendTraceCore | ( | ) |
Definition at line 68 of file traceCoreCommon.C.
| void beginTraceCore | ( | void | ) |
Definition at line 72 of file traceCoreCommon.C.
| void endTraceCore | ( | void | ) |
Definition at line 76 of file traceCoreCommon.C.
1.5.5