7.25. CUpti_ActivityGlobalAccess
- 
struct CUpti_ActivityGlobalAccess
- The activity record for source-level global access. - (deprecated) - This activity records the locations of the global accesses in the source (CUPTI_ACTIVITY_KIND_GLOBAL_ACCESS). Global access activities are now reported using the CUpti_ActivityGlobalAccess3 activity record. - Public Members - 
CUpti_ActivityKind kind
- The activity record kind, must be CUPTI_ACTIVITY_KIND_GLOBAL_ACCESS. 
 - 
CUpti_ActivityFlag flags
- The properties of this global access. 
 - 
uint32_t sourceLocatorId
- The ID for source locator. 
 - 
uint32_t correlationId
- The correlation ID of the kernel to which this result is associated. 
 - 
uint32_t pcOffset
- The pc offset for the access. 
 - 
uint32_t executed
- The number of times this instruction was executed per warp. - It will be incremented when at least one of thread among warp is active with predicate and condition code evaluating to true. 
 - 
uint64_t threadsExecuted
- This increments each time when this instruction is executed by number of threads that executed this instruction with predicate and condition code evaluating to true. 
 - 
uint64_t l2_transactions
- The total number of 32 bytes transactions to L2 cache generated by this access. 
 
- 
CUpti_ActivityKind kind