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

  /frameworks/base/native/android/
trace.cpp 21 return atrace_is_tag_enabled(ATRACE_TAG_APP);
25 atrace_begin(ATRACE_TAG_APP, sectionName);
29 atrace_end(ATRACE_TAG_APP);
  /system/core/libcutils/
trace-dev.c 134 tags |= ATRACE_TAG_APP;
136 tags &= ~ATRACE_TAG_APP;
  /system/core/libcutils/include/cutils/
trace.h 64 #define ATRACE_TAG_APP (1<<12)
  /frameworks/native/cmds/atrace/
atrace.cpp 103 { "app", "Application", ATRACE_TAG_APP, { } },
    [all...]

Completed in 284 milliseconds