Searched refs:TracingAgent (Results 1 – 4 of 4) sorted by relevance
117 TracingAgent::TracingAgent(Environment* env, in TracingAgent() function in node::inspector::protocol::TracingAgent121 TracingAgent::~TracingAgent() { in ~TracingAgent()127 void TracingAgent::Wire(UberDispatcher* dispatcher) { in Wire()136 DispatchResponse TracingAgent::start( in start()167 DispatchResponse TracingAgent::stop() { in stop()173 DispatchResponse TracingAgent::getCategories( in getCategories()
17 class TracingAgent : public NodeTracing::Backend {19 explicit TracingAgent(Environment*, std::shared_ptr<MainThreadHandle>);20 ~TracingAgent() override;
224 std::make_unique<protocol::TracingAgent>(env, main_thread_); in ChannelImpl()320 std::unique_ptr<protocol::TracingAgent> tracing_agent_;
3922 …js/node/commit/73471236d8)] - **src**: remove unimplemented method in TracingAgent (gengjiawen) [#…