Data Fields | |
uint32_t | correlationId |
CUpti_EventDomainID | domain |
CUpti_EventID | id |
CUpti_ActivityKind | kind |
uint64_t | value |
uint32_t CUpti_ActivityEvent::correlationId |
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 activity record kind, must be CUPTI_ACTIVITY_KIND_EVENT.
uint64_t CUpti_ActivityEvent::value |
The event value.