Home
last modified time | relevance | path

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

/system/core/include/cutils/
Dtrace.h80 #ifndef ATRACE_TAG
81 #define ATRACE_TAG ATRACE_TAG_NEVER macro
82 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK
83 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
164 #define ATRACE_ENABLED() atrace_is_tag_enabled(ATRACE_TAG)
174 #define ATRACE_BEGIN(name) atrace_begin(ATRACE_TAG, name)
187 #define ATRACE_END() atrace_end(ATRACE_TAG)
204 atrace_async_begin(ATRACE_TAG, name, cookie)
218 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie)
231 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value)
[all …]
/system/core/include/utils/
DTrace.h39 #define ATRACE_NAME(name) android::ScopedTrace ___tracer(ATRACE_TAG, name)