Data Fields | |
PcSamplingBufferType | bufferType |
std::ifstream * | fileHandler |
size_t | numAttributes |
BufferInfo * | pBufferInfoData |
CUpti_PCSamplingConfigurationInfo * | pPCSamplingConfigurationInfo |
PcSamplingStallReasons * | pPcSamplingStallReasons |
void * | pSamplingData |
size_t | size |
Type of buffer to store in file
File handle.
Number of configuration attributes
Pointer to collected buffer info using CuptiUtilGetBufferInfo
PcSamplingStallReasons* CUPTI::PcSamplingUtil::CUptiUtil_GetPcSampDataParams::pPcSamplingStallReasons |
Refer PcSamplingStallReasons. For stallReasons field of PcSamplingStallReasons it is expected to allocate memory for each string element of array.
Pointer to allocated memory to store retrieved data from file.
Size of the data structure i.e. CUpti_PCSamplingDisableParamsSize CUPTI client should set the size of the structure. It will be used in CUPTI to check what fields are available in the structure. Used to preserve backward compatibility.