HomeSort by relevance Sort by last modified time
    Searched refs:atrace_is_tag_enabled (Results 1 - 2 of 2) sorted by null

  /frameworks/base/native/android/
trace.cpp 21 return atrace_is_tag_enabled(ATRACE_TAG_APP);
  /system/core/include/cutils/
trace.h 165 #define ATRACE_ENABLED() atrace_is_tag_enabled(ATRACE_TAG)
166 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) function
178 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
191 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
209 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
222 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
235 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {
248 if (CC_UNLIKELY(atrace_is_tag_enabled(tag))) {

Completed in 88 milliseconds