Home
last modified time | relevance | path

Searched refs:GetEnabledCategories (Results 1 - 6 of 6) sorted by relevance

/third_party/node/src/
H A Dnode_trace_events.cc103 void GetEnabledCategories(const FunctionCallbackInfo<Value>& args) { in GetEnabledCategories() function
106 GetTracingAgentWriter()->agent()->GetEnabledCategories(); in GetEnabledCategories()
130 SetMethod(context, target, "getEnabledCategories", GetEnabledCategories); in Initialize()
162 registry->Register(GetEnabledCategories); in RegisterExternalReferences()
/third_party/node/src/tracing/
H A Dagent.h110 std::string GetEnabledCategories() const;
H A Dagent.cc195 std::string Agent::GetEnabledCategories() const { in GetEnabledCategories() function in node::tracing::Agent
/third_party/node/deps/v8/include/libplatform/
H A Dv8-tracing.h203 const StringList& GetEnabledCategories() const { in GetEnabledCategories() function in v8::platform::tracing::TraceConfig
/third_party/node/deps/v8/include/v8-include/libplatform/
H A Dv8-tracing.h203 const StringList& GetEnabledCategories() const { in GetEnabledCategories() function in v8::platform::tracing::TraceConfig
/third_party/node/deps/v8/src/libplatform/tracing/
H A Dtracing-controller.cc197 for (const auto& category : trace_config->GetEnabledCategories()) in StartTracing()

Completed in 5 milliseconds