Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DTrace.h36 #define ATRACE_NAME(name) ::android::ScopedTrace PASTE(___tracer, __LINE__)(ATRACE_TAG, name)
43 class ScopedTrace {
45 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { in ScopedTrace() function
49 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()