Home
last modified time | relevance | path

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

/system/core/libcutils/include_vndk/cutils/
Dtrace.h82 #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/
Dtrace.h82 #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/
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.cpp47 #define ATRACE_TAG ATRACE_TAG_BIONIC macro
202 atrace_begin(ATRACE_TAG, "before reparent"); in main()
271 atrace_end(ATRACE_TAG); in main()
/system/extras/simpleperf/
Devent_fd.cpp16 #define ATRACE_TAG ATRACE_TAG_ALWAYS macro
/system/bt/stack/a2dp/
Da2dp_vendor_ldac_encoder.cc18 #define ATRACE_TAG ATRACE_TAG_AUDIO macro
/system/bt/btif/src/
Dbtif_a2dp_source.cc21 #define ATRACE_TAG ATRACE_TAG_AUDIO macro