Home
last modified time | relevance | path

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

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