cuEventCreate      86 opal/mca/common/cuda/common_cuda.c     int (*cuEventCreate)(CUevent *, int);
cuEventCreate     453 opal/mca/common/cuda/common_cuda.c     OPAL_CUDA_DLSYM(libcuda_handle, cuEventCreate);
cuEventCreate     610 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuEventCreate(&cuda_event_ipc_array[i], CU_EVENT_DISABLE_TIMING);
cuEventCreate     648 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuEventCreate(&cuda_event_dtoh_array[i], CU_EVENT_DISABLE_TIMING);
cuEventCreate     684 opal/mca/common/cuda/common_cuda.c             res = cuFunc.cuEventCreate(&cuda_event_htod_array[i], CU_EVENT_DISABLE_TIMING);
cuEventCreate    1184 opal/mca/common/cuda/common_cuda.c     result = cuFunc.cuEventCreate((CUevent *)event, CU_EVENT_INTERPROCESS | CU_EVENT_DISABLE_TIMING);