Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_infra_background_whitelist.cc326 bool IsMemoryDumpProviderInList(const char* mdp_name, const char* const* list) { in IsMemoryDumpProviderInList() argument
328 if (strcmp(mdp_name, list[i]) == 0) in IsMemoryDumpProviderInList()
336 bool IsMemoryDumpProviderWhitelisted(const char* mdp_name) { in IsMemoryDumpProviderWhitelisted() argument
337 return IsMemoryDumpProviderInList(mdp_name, g_dump_provider_whitelist); in IsMemoryDumpProviderWhitelisted()
Dmemory_infra_background_whitelist.h19 bool BASE_EXPORT IsMemoryDumpProviderWhitelisted(const char* mdp_name);