7.11. CUpti_ActivityConfig#
-
struct CUpti_ActivityConfig#
Activity configuration.
Public Members
-
size_t structSize#
Size of the data structure.
CUPTI client should set the size of the structure. It will be used in CUPTI to check what fields are available in the structure. Used to preserve backward compatibility.
-
CUpti_ActivityFieldSelection fieldSelection#
Selection of the fields to collect for the activity kind.
-
void *pKindOptions#
Optional pointer to kind-specific options.
For CUPTI_ACTIVITY_KIND_RUNTIME and CUPTI_ACTIVITY_KIND_DRIVER, this may point to a CUpti_ActivityApiOptions struct to enable allowlist or denylist filtering of individual cbids. NULL disables filtering (all cbids enabled). Ignored for all other activity kinds.
-
size_t structSize#