amd_dbgapi_core_state_data_t Struct Reference#
amd_dbgapi_core_state_data_t Struct Reference
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... | |
Detailed Description
AMDGPU corefile state data for a process.
Field Documentation
◆ data
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.
◆ endianness
amd_dbgapi_endianness_t amd_dbgapi_core_state_data_t::endianness |
Endianness encoding of the core state.
◆ size
size_t amd_dbgapi_core_state_data_t::size |
Size, in bytes, of the buffer pointed by amd_dbgapi_core_state_data_t::data.
The documentation for this struct was generated from the following file: