Searched refs:beginAsyncEvent (Results 1 – 2 of 2) sorted by relevance
53 void beginAsyncEvent(uint32_t id, const char* fmt, ...);202 trace->beginAsyncEvent(id, "%s", buf); in ScopedAsyncEvent()221 t->beginAsyncEvent(id, __VA_ARGS__); \
127 void Trace::beginAsyncEvent(uint32_t id, const char* fmt, ...) { in beginAsyncEvent() function in marl::Trace