Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_v8_platform-inl.h99 if (!per_process::cli_options->trace_event_categories.empty()) { in Initialize()
131 SplitString(per_process::cli_options->trace_event_categories, ','); in StartTracingAgent()
160 if (!per_process::cli_options->trace_event_categories.empty()) { in StartTracingAgent()
Dnode_options.h220 std::string trace_event_categories; variable
Dnode_options.cc664 &PerProcessOptions::trace_event_categories, in PerProcessOptionsParser()