cuda.bindings.nvml.system_register_events#

cuda.bindings.nvml.system_register_events(
unsigned long long event_types,
intptr_t event_set,
)#
Starts recording of events on system and add the events to specified ``nvmlSystemEventSet_t``.

:param event_types: Bitmask of nvmlSystemEventType_t values representing the events to register.
:type event_types: unsigned long long
:param event_set: The system event set handle.
:type event_set: intptr_t