7.4. CUpti_ActivityApiOptions#
-
struct CUpti_ActivityApiOptions#
Kind-specific options for API activity kinds (RUNTIME, DRIVER).
Pass a pointer to this struct via CUpti_ActivityConfig::pKindOptions when calling cuptiActivityEnable_v2 to enable only a subset of cbids (allowlist) or to exclude specific noisy cbids (denylist). Supported only for CUPTI_ACTIVITY_KIND_RUNTIME and CUPTI_ACTIVITY_KIND_DRIVER.
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_ActivityApiCbidOptions *pCbidOptions#
Pointer to per-cbid filter options.
If NULL, all cbids for the kind are enabled.
-
size_t structSize#