Home
last modified time | relevance | path

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

/external/v8/src/libplatform/tracing/
Dtrace-config.cc28 for (const auto& included_category : included_categories_) { in IsCategoryGroupEnabled() local
29 if (category == included_category) return true; in IsCategoryGroupEnabled()
35 void TraceConfig::AddIncludedCategory(const char* included_category) { in AddIncludedCategory() argument
36 DCHECK(included_category != nullptr && strlen(included_category) > 0); in AddIncludedCategory()
37 included_categories_.push_back(included_category); in AddIncludedCategory()
/external/v8/include/libplatform/
Dv8-tracing.h199 void AddIncludedCategory(const char* included_category);