Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc67 bool NameMatchesPattern(const std::string& pattern, in NameMatchesPattern() function
86 if (NameMatchesPattern(pattern, name, match_type)) in NameMatchesPatternList()
285 return NameMatchesPattern(kSlowTag, tag, match_type) || in IsCategoryEnabled()
286 NameMatchesPattern(kDebugTag, tag, match_type); in IsCategoryEnabled()