Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/libplatform/tracing/
Dtrace-config.cc35 void TraceConfig::AddIncludedCategory(const char* included_category) { in AddIncludedCategory() function in v8::platform::tracing::TraceConfig
/third_party/node/src/tracing/
Dagent.cc190 trace_config->AddIncludedCategory(category.c_str()); in CreateTraceConfig()
/third_party/node/deps/v8/include/libplatform/
Dv8-tracing.h213 void AddIncludedCategory(const char* included_category);
/third_party/node/deps/v8/src/d8/
Dd8.cc423 trace_config->AddIncludedCategory(*str); in UpdateIncludedCategoriesList()
5474 trace_config->AddIncludedCategory("disabled-by-default-v8.compile"); in Main()