Data Fields | |
const void * | cubin |
size_t | cubinSize |
char * | dirName |
char * | fileName |
const char * | functionName |
uint32_t | lineNumber |
uint64_t | pcOffset |
size_t | size |
const void* CUpti_GetSassToSourceCorrelationParams::cubin |
[w] Pointer to cubin binary where function belongs.
[w] Size of cubin binary.
[r] Path for the directory of source file.
[r] Path for the source file.
[w] Function name to which PC belongs.
[r] Line number in the source code.
[w] PC offset
[w] Size of the data structure i.e. CUpti_GetSassToSourceCorrelationParamsSize 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.