Data Fields | |
CUcontext | ctx |
void * | pcSamplingData |
void * | pPriv |
size_t | size |
CUcontext CUpti_PCSamplingGetDataParams::ctx |
[w] CUcontext
pcSamplingData | Data buffer to hold collected PC Sampling data PARSED_DATA Buffer type is void * which can point to PARSED_DATA Refer CUpti_PCSamplingData for buffer format for PARSED_DATA |
[w] Assign to NULL
[w] Size of the data structure i.e. CUpti_PCSamplingGetDataParamsSize 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.