Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc31831 bool NameMatchesPatternList(const std::vector<std::string>& patterns, in NameMatchesPatternList() function
31948 if (NameMatchesPatternList(config.enabled_categories(), category.name, in IsCategoryEnabled()
31955 return NameMatchesPatternList(config.enabled_tags(), tag, match_type); in IsCategoryEnabled()
31961 if (NameMatchesPatternList(config.disabled_categories(), category.name, in IsCategoryEnabled()
31969 return NameMatchesPatternList(config.disabled_tags(), tag, in IsCategoryEnabled()
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp40880 bool NameMatchesPatternList(const std::vector<std::string>& patterns, in NameMatchesPatternList() function
41058 if (NameMatchesPatternList(config.enabled_categories(), category.name, in IsCategoryEnabled()
41065 return NameMatchesPatternList(config.enabled_tags(), tag, match_type); in IsCategoryEnabled()
41071 if (NameMatchesPatternList(config.disabled_categories(), category.name, in IsCategoryEnabled()
41079 return NameMatchesPatternList(config.disabled_tags(), tag, in IsCategoryEnabled()