Home
last modified time | relevance | path

Searched refs:beginAsyncEvent (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/marl/include/marl/
Dtrace.h53 void beginAsyncEvent(uint32_t id, const char* fmt, ...);
202 trace->beginAsyncEvent(id, "%s", buf); in ScopedAsyncEvent()
221 t->beginAsyncEvent(id, __VA_ARGS__); \
/external/swiftshader/third_party/marl/src/
Dtrace.cpp127 void Trace::beginAsyncEvent(uint32_t id, const char* fmt, ...) { in beginAsyncEvent() function in marl::Trace