| GTPIN_STATUS_SUCCESS |
Success.
|
| GTPIN_STATUS_WARNING |
Generic warning.
|
| GTPIN_STATUS_WARNING_KERNEL_FILTERED |
Instrumentation is skipped. The kernel is filtered out.
|
| GTPIN_STATUS_WARNING_INTERNAL |
Internal warning.
|
| GTPIN_STATUS_ERROR |
Generic error.
|
| GTPIN_STATUS_ERROR_NO_DRIVER |
The communication with the driver is not established/broken.
|
| GTPIN_STATUS_ERROR_UNSUPPORTED_CFG |
Kernel could not be instrumented: CFG is too complex.
|
| GTPIN_STATUS_ERROR_REG_ALLOC_FAILURE |
Kernel could not be instrumented: register allocation failed.
|
| GTPIN_STATUS_ERROR_INSTRUMENT_FAILURE |
Kernel instrumentation failed.
|
| GTPIN_STATUS_ERROR_API_VERSION_MISMATCH |
GTPin/tool API version mismatch.
|
| GTPIN_STATUS_ERROR_INVALID_API_ARGUMENT |
Invalid API argument specified by the tool.
|
| GTPIN_STATUS_ERROR_ACCESS_DENIED |
Generic access error, e.g. memory/file access failure.
|
| GTPIN_STATUS_ERROR_INVALID_API_CALL |
API is not available in the current context (callback)
|
| GTPIN_STATUS_ERROR_BUFFER_OVERFLOW |
Memory buffer is too small.
|
| GTPIN_STATUS_ERROR_HLI_COMPILE_FAILURE |
HLI module compilation failed.
|
| GTPIN_STATUS_ERROR_HLI_BUILD_FAILURE |
HLI binary module build failed.
|
| GTPIN_STATUS_ERROR_GFX_RUNTIME_FAILURE |
GFX runtime error.
|
| GTPIN_STATUS_ERROR_UNSUPPORTED_FEATURE |
Unsupported feature/API.
|
| GTPIN_STATUS_ERROR_BIN_LINK_FAILURE |
Binary link failed.
|
| GTPIN_STATUS_ERROR_D3D_PROTOCOL_ERROR |
D3D protocol error.
|
| GTPIN_STATUS_ERROR_GFX_DRIVER_VERSION |
Gfx driver version mismatch.
|
| GTPIN_STATUS_ERROR_INTERNAL |
Internal error.
|