A group of GTReplay APIs controlling GTReplay emulation session
More...
Detailed Description
A group of GTReplay APIs controlling GTReplay emulation session
Function Documentation
| GTREPLAY_API void GTReplay_Abort |
( |
const char * |
msg | ) |
|
Report the specified message to the GTReplay user, and terminate the process
- Parameters:
-
| [in] | msg | the message to be reported |
- Availability:
-
| GTREPLAY_API const char* GTReplay_GetRevision |
( |
| ) |
|
- Returns:
- GTReplay revision string
- Availability:
-
| GTREPLAY_API const char* GTReplay_GetVersion |
( |
| ) |
|
- Returns:
- GTReplay version string
- Availability:
-
| GTREPLAY_API GTReplayKernel GTReplay_LoadTrace |
( |
const char * |
pathToTrace | ) |
|
Load a trace and return a handle to corresponding kernel
- Returns:
- a handle to corresponding kernel
- Parameters:
-
| [in] | path | to a directory containing the trace |
- Availability:
-
| GTREPLAY_API void GTReplay_Start |
( |
| ) |
|