Searched refs:ATRACE_TAG (Results 1 - 17 of 17) sorted by relevance

/system/core/include/cutils/
H A Dtrace.h34 * The ATRACE_TAG macro can be defined before including this header to trace
39 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
42 * ATRACE_TAG to be ATRACE_TAG_NEVER or leaving ATRACE_TAG undefined will result
47 * #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
84 #ifndef ATRACE_TAG
85 #define ATRACE_TAG ATRACE_TAG_NEVER macro
86 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK
87 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
126 * Set of ATRACE_TAG flag
[all...]
/system/core/libcutils/include/cutils/
H A Dtrace.h34 * The ATRACE_TAG macro can be defined before including this header to trace
39 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
42 * ATRACE_TAG to be ATRACE_TAG_NEVER or leaving ATRACE_TAG undefined will result
47 * #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
84 #ifndef ATRACE_TAG
85 #define ATRACE_TAG ATRACE_TAG_NEVER macro
86 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK
87 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
126 * Set of ATRACE_TAG flag
[all...]
/system/core/libcutils/include_vndk/cutils/
H A Dtrace.h34 * The ATRACE_TAG macro can be defined before including this header to trace
39 * Defining ATRACE_TAG to be ATRACE_TAG_ALWAYS will result in the tracing always
42 * ATRACE_TAG to be ATRACE_TAG_NEVER or leaving ATRACE_TAG undefined will result
47 * #define ATRACE_TAG (ATRACE_TAG_CAMERA | ATRACE_TAG_HAL)
84 #ifndef ATRACE_TAG
85 #define ATRACE_TAG ATRACE_TAG_NEVER macro
86 #elif ATRACE_TAG > ATRACE_TAG_VALID_MASK
87 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
126 * Set of ATRACE_TAG flag
[all...]
/system/core/adb/
H A Dadb_trace.h64 #define ATRACE_TAG ATRACE_TAG_ADB macro
/system/core/include/utils/
H A DTrace.h31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
/system/core/libutils/include/utils/
H A DTrace.h31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
/system/core/debuggerd/
H A Dcrash_dump.cpp47 #define ATRACE_TAG ATRACE_TAG_BIONIC macro
328 atrace_begin(ATRACE_TAG, "before reparent");
342 atrace_end(ATRACE_TAG);
/system/vold/
H A DLoop.cpp17 #define ATRACE_TAG ATRACE_TAG_PACKAGE_MANAGER macro
H A DDevmapper.cpp17 #define ATRACE_TAG ATRACE_TAG_PACKAGE_MANAGER macro
H A Dmain.cpp17 #define ATRACE_TAG ATRACE_TAG_PACKAGE_MANAGER macro
H A DVoldNativeService.cpp17 #define ATRACE_TAG ATRACE_TAG_PACKAGE_MANAGER macro
H A DVolumeManager.cpp17 #define ATRACE_TAG ATRACE_TAG_PACKAGE_MANAGER macro
/system/extras/alloc-stress/
H A Dalloc-stress.cpp21 #define ATRACE_TAG ATRACE_TAG_ALWAYS macro
/system/extras/simpleperf/
H A Devent_fd.cpp16 #define ATRACE_TAG ATRACE_TAG_ALWAYS macro
/system/bt/stack/a2dp/
H A Da2dp_vendor_ldac_encoder.cc18 #define ATRACE_TAG ATRACE_TAG_AUDIO macro
/system/bt/btif/src/
H A Dbtif_a2dp_source.cc21 #define ATRACE_TAG ATRACE_TAG_AUDIO macro
/system/core/lmkd/
H A Dlmkd.c49 #define ATRACE_TAG ATRACE_TAG_ALWAYS macro

Completed in 3082 milliseconds