Data Fields | |
uint32_t | correlationId |
CUpti_EventDomainID | domain |
CUpti_EventID | id |
uint32_t | instance |
CUpti_ActivityKind | kind |
uint32_t | pad |
uint64_t | value |
The correlation ID of the event. Use of this ID is user-defined, but typically this ID value will equal the correlation ID of the kernel for which the event was gathered.
The event domain ID.
The event ID.
The event domain instance.
The activity record kind, must be CUPTI_ACTIVITY_KIND_EVENT_INSTANCE.
uint32_t CUpti_ActivityEventInstance::pad |
Undefined. Reserved for internal use.
uint64_t CUpti_ActivityEventInstance::value |
The event value.