Home
last modified time | relevance | path

Searched refs:ScopedTrace (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DTrace.h31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
38 class ScopedTrace {
40 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { in ScopedTrace() function
44 inline ~ScopedTrace() { in ~ScopedTrace()
/system/iorap/src/iorapd/
Dmain.cc61 android::ScopedTrace trace_main{ATRACE_TAG_PACKAGE_MANAGER, "main"}; in main()
64 android::ScopedTrace trace_start{ATRACE_TAG_PACKAGE_MANAGER, "IorapNativeService::start"}; in main()