Data Fields | |
uint32_t | correlationId |
CUpti_ActivityFlag | flags |
uint32_t | functionId |
CUpti_ActivityKind | kind |
uint32_t | pcOffset |
uint32_t | samples |
uint32_t | sourceLocatorId |
CUpti_ActivityPCSamplingStallReason | stallReason |
The correlation ID of the kernel to which this result is associated.
The properties of this instruction.
uint32_t CUpti_ActivityPCSampling::functionId |
Correlation ID with global/device function name
The activity record kind, must be CUPTI_ACTIVITY_KIND_PC_SAMPLING.
uint32_t CUpti_ActivityPCSampling::pcOffset |
The pc offset for the instruction.
uint32_t CUpti_ActivityPCSampling::samples |
Number of times the PC was sampled with the stallReason in the record. The same PC can be sampled with different stall reasons.
The ID for source locator.
Current stall reason. Includes one of the reasons from CUpti_ActivityPCSamplingStallReason