Data Fields | |
| PcSamplingBufferType | bufferType |
| const char * | fileName |
| size_t | numAttributes |
| CUpti_PCSamplingConfigurationInfo * | pPCSamplingConfigurationInfo |
| PcSamplingStallReasons * | pPcSamplingStallReasons |
| void * | pSamplingData |
| size_t | size |
Type of buffer to store in file
File name to store buffer into it.
Number of configured attributes
| CUpti_PCSamplingConfigurationInfo* CUPTI::PcSamplingUtil::CUptiUtil_PutPcSampDataParams::pPCSamplingConfigurationInfo |
Refer CUpti_PCSamplingConfigurationInfo It is expected to provide configuration details of at least CUPTI_PC_SAMPLING_CONFIGURATION_ATTR_TYPE_STALL_REASON attribute.
| PcSamplingStallReasons* CUPTI::PcSamplingUtil::CUptiUtil_PutPcSampDataParams::pPcSamplingStallReasons |
Refer PcSamplingStallReasons.
PC sampling buffer.
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.
1.5.8