Home
last modified time | relevance | path

Searched refs:recordEvent (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp41 if (Device.recordEvent(Event, AsyncInfo) != OFFLOAD_SUCCESS) { in addEventIfNecessary()
638 int32_t DeviceTy::recordEvent(void *Event, AsyncInfoTy &AsyncInfo) { in recordEvent() function in DeviceTy
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h449 int32_t recordEvent(void *Event, AsyncInfoTy &AsyncInfo);
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp123 int recordEvent(void *EventPtr, __tgt_async_info *AsyncInfo) { in recordEvent() function
1805 return recordEvent(EventPtr, AsyncInfoPtr); in __tgt_rtl_record_event()