Home
last modified time | relevance | path

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

/external/drm_hwcomposer/.ci/android_headers/cutils/
Dtrace.h86 #ifndef ATRACE_TAG
87 #define ATRACE_TAG ATRACE_TAG_NEVER macro
88 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK
89 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
156 #define ATRACE_ENABLED() atrace_is_tag_enabled(ATRACE_TAG)
166 #define ATRACE_BEGIN(name) atrace_begin(ATRACE_TAG, name)
179 #define ATRACE_END() atrace_end(ATRACE_TAG)
196 atrace_async_begin(ATRACE_TAG, name, cookie)
210 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie)
223 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value)
[all …]
/external/drm_hwcomposer/.ci/android_headers/utils/
DTrace.h37 #define ATRACE_NAME(name) ::android::ScopedTrace PASTE(___tracer, __LINE__)(ATRACE_TAG, name)
/external/drm_hwcomposer/
D.clang-tidy55 value: "LOG_TAG|ATRACE_TAG"
/external/drm_hwcomposer/drm/
DDrmFbImporter.cpp18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
DDrmAtomicStateManager.cpp19 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro
/external/drm_hwcomposer/hwc2_device/
DHwcDisplay.cpp18 #define ATRACE_TAG ATRACE_TAG_GRAPHICS macro