Home
last modified time | relevance | path

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

/third_party/mesa3d/include/android_stub/cutils/
Dtrace.h157 #define ATRACE_BEGIN(name) atrace_begin(ATRACE_TAG, name)
158 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() function
/third_party/mesa3d/src/virtio/vulkan/
Dvn_common.h56 #define VN_TRACE_BEGIN(name) atrace_begin(ATRACE_TAG_GRAPHICS, name)