Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h153 bool EnsurePerfettoPlugin(std::string* error_msg);
Druntime.cc1311 if (!EnsurePerfettoPlugin(&err)) { in InitNonZygoteOrPostFork()
2240 bool Runtime::EnsurePerfettoPlugin(std::string* error_msg) { in EnsurePerfettoPlugin() function in art::Runtime