Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc82 bool NameMatchesPatternList(const std::vector<std::string>& patterns, in NameMatchesPatternList() function
260 if (NameMatchesPatternList(config.enabled_categories(), category.name, in IsCategoryEnabled()
267 return NameMatchesPatternList(config.enabled_tags(), tag, match_type); in IsCategoryEnabled()
273 if (NameMatchesPatternList(config.disabled_categories(), category.name, in IsCategoryEnabled()
281 return NameMatchesPatternList(config.disabled_tags(), tag, in IsCategoryEnabled()