msptiActivityExternalCorrelation

msptiActivityExternalCorrelation is the struct of the activity record type MSPTI_ACTIVITY_KIND_EXTERNAL_CORRELATION, used to correlate with activity records. The definition is as follows:

1
2
3
4
5
6
typedef struct {
	msptiActivityKind kind;   // Activity record type MSPTI_ACTIVITY_KIND_EXTERNAL_CORRELATION.
	msptiExternalCorrelationKind externalKind;   // Type of the external API to be correlated.
	uint64_t externalId;   // ID of the external API to be correlated.
	uint64_t correlationId;   // ID of the CANN API to be correlated.
} msptiActivityExternalCorrelation;