AMD_DBGAPI
0.76.0
|
AMDGPU corefile state data for a process. More...
#include <amd-dbgapi.h>
Data Fields | |
amd_dbgapi_endianness_t | endianness |
Endianness encoding of the core state. More... | |
size_t | size |
Size, in bytes, of the buffer pointed by amd_dbgapi_core_state_data_t::data. More... | |
const void * | data |
Pointer to the buffer containing the core state data. More... | |
AMDGPU corefile state data for a process.
const void* amd_dbgapi_core_state_data_t::data |
Pointer to the buffer containing the core state data.
The buffer is amd_dbgapi_core_state_data_t::size bytes long. See User Guide for AMDGPU Backend - Core file notes.
amd_dbgapi_endianness_t amd_dbgapi_core_state_data_t::endianness |
Endianness encoding of the core state.
size_t amd_dbgapi_core_state_data_t::size |
Size, in bytes, of the buffer pointed by amd_dbgapi_core_state_data_t::data.