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

  /system/core/libcutils/
trace.c 145 return (tags | ATRACE_TAG_ALWAYS) & ATRACE_TAG_VALID_MASK;
  /system/core/include/cutils/
trace.h 41 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
54 #define ATRACE_TAG_ALWAYS (1<<0) // This tag is always enabled.
  /frameworks/native/cmds/flatland/
Main.cpp 17 #define ATRACE_TAG ATRACE_TAG_ALWAYS

Completed in 136 milliseconds