Searched refs:atrace_int64 (Results 1 – 1 of 1) sorted by relevance
227 #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