Home
last modified time | relevance | path

Searched refs:included_category (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtrace-config.cc28 for (const auto& included_category : included_categories_) { in IsCategoryGroupEnabled()
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()
/third_party/node/deps/v8/include/libplatform/
H A Dv8-tracing.h213 void AddIncludedCategory(const char* included_category);
/third_party/node/deps/v8/include/v8-include/libplatform/
H A Dv8-tracing.h213 void AddIncludedCategory(const char* included_category);

Completed in 2 milliseconds