Home
last modified time | relevance | path

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

/system/core/libcutils/include_vndk/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
170 #define ATRACE_ENABLED() atrace_is_tag_enabled(ATRACE_TAG)
180 #define ATRACE_BEGIN(name) atrace_begin(ATRACE_TAG, name)
193 #define ATRACE_END() atrace_end(ATRACE_TAG)
210 atrace_async_begin(ATRACE_TAG, name, cookie)
224 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie)
237 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value)
[all …]
/system/core/libcutils/include/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
170 #define ATRACE_ENABLED() atrace_is_tag_enabled(ATRACE_TAG)
180 #define ATRACE_BEGIN(name) atrace_begin(ATRACE_TAG, name)
193 #define ATRACE_END() atrace_end(ATRACE_TAG)
210 atrace_async_begin(ATRACE_TAG, name, cookie)
224 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie)
237 #define ATRACE_INT(name, value) atrace_int(ATRACE_TAG, name, value)
[all …]
/system/core/adb/
Dadb_trace.h64 #define ATRACE_TAG ATRACE_TAG_ADB macro
/system/core/libutils/include/utils/
DTrace.h31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
/system/core/debuggerd/
Dcrash_dump.cpp48 #define ATRACE_TAG ATRACE_TAG_BIONIC macro
372 atrace_begin(ATRACE_TAG, "before reparent"); in main()
386 atrace_end(ATRACE_TAG); in main()
/system/vold/
DLoop.cpp17 #define ATRACE_TAG ATRACE_TAG_PACKAGE_MANAGER macro
Dmain.cpp17 #define ATRACE_TAG ATRACE_TAG_PACKAGE_MANAGER macro
DDevmapper.cpp17 #define ATRACE_TAG ATRACE_TAG_PACKAGE_MANAGER macro
DVolumeManager.cpp17 #define ATRACE_TAG ATRACE_TAG_PACKAGE_MANAGER macro
DVoldNativeService.cpp17 #define ATRACE_TAG ATRACE_TAG_PACKAGE_MANAGER macro
/system/bt/stack/a2dp/
Da2dp_vendor_ldac_decoder.cc18 #define ATRACE_TAG ATRACE_TAG_AUDIO macro
Da2dp_vendor_ldac_encoder.cc18 #define ATRACE_TAG ATRACE_TAG_AUDIO macro
/system/extras/simpleperf/
Devent_fd.cpp16 #define ATRACE_TAG ATRACE_TAG_ALWAYS macro
/system/extras/alloc-stress/
Dalloc-stress.cpp21 #define ATRACE_TAG ATRACE_TAG_ALWAYS macro
/system/bt/btif/src/
Dbtif_a2dp_source.cc21 #define ATRACE_TAG ATRACE_TAG_AUDIO macro
/system/core/lmkd/
Dlmkd.c60 #define ATRACE_TAG ATRACE_TAG_ALWAYS macro