Home
last modified time | relevance | path

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

/third_party/mesa3d/include/android_stub/cutils/
Dtrace.h227 #define ATRACE_INT64(name, value) atrace_int64(ATRACE_TAG, name, value)
228 static inline void atrace_int64(uint64_t tag, const char* name, int64_t value) in atrace_int64() function