Searched refs:ATRACE_TAG (Results 1 – 5 of 5) sorted by relevance
/system/core/libcutils/include_vndk/cutils/ |
D | trace.h | 82 #ifndef ATRACE_TAG 83 #define ATRACE_TAG ATRACE_TAG_NEVER macro 84 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK 85 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h 166 #define ATRACE_ENABLED() atrace_is_tag_enabled(ATRACE_TAG) 176 #define ATRACE_BEGIN(name) atrace_begin(ATRACE_TAG, name) 189 #define ATRACE_END() atrace_end(ATRACE_TAG) 206 atrace_async_begin(ATRACE_TAG, name, cookie) 220 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) 233 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value) [all …]
|
/system/core/libcutils/include/cutils/ |
D | trace.h | 82 #ifndef ATRACE_TAG 83 #define ATRACE_TAG ATRACE_TAG_NEVER macro 84 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK 85 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h 166 #define ATRACE_ENABLED() atrace_is_tag_enabled(ATRACE_TAG) 176 #define ATRACE_BEGIN(name) atrace_begin(ATRACE_TAG, name) 189 #define ATRACE_END() atrace_end(ATRACE_TAG) 206 atrace_async_begin(ATRACE_TAG, name, cookie) 220 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) 233 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value) [all …]
|
/system/core/adb/ |
D | adb_trace.h | 61 #define ATRACE_TAG ATRACE_TAG_ADB macro
|
/system/core/libutils/include/utils/ |
D | Trace.h | 31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
|
/system/extras/simpleperf/ |
D | event_fd.cpp | 16 #define ATRACE_TAG ATRACE_TAG_ALWAYS macro
|