Searched defs:ScopedTrace (Results 1 – 3 of 3) sorted by relevance
25 explicit ScopedTrace(const char* label) { atrace_pm_begin(label); } in ScopedTrace() function
49 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { os::trace_begin(mTag, name); } in ScopedTrace() function
45 ScopedTrace(uint64_t tag, bool enabled, const char* name) in ScopedTrace() function