Searched defs:ATRACE_NAME (Results 1 - 2 of 2) sorted by relevance

/system/core/include/utils/
H A DTrace.h28 // ATRACE_NAME traces from its location until the end of its enclosing scope.
31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name) macro
33 // ATRACE_CALL is an ATRACE_NAME that uses the current function name.
34 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
56 #define ATRACE_NAME(...) macro
/system/core/libutils/include/utils/
H A DTrace.h28 // ATRACE_NAME traces from its location until the end of its enclosing scope.
31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name) macro
33 // ATRACE_CALL is an ATRACE_NAME that uses the current function name.
34 #define ATRACE_CALL() ATRACE_NAME(__FUNCTION__)
56 #define ATRACE_NAME(...) macro

Completed in 88 milliseconds