Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/rpc/
H A Dhttpd.h32 void RunHttpRPCServer(std::unique_ptr<TraceProcessor>, const std::string&);
H A Dhttpd.cc263 void RunHttpRPCServer(std::unique_ptr<TraceProcessor> preloaded_instance, in RunHttpRPCServer() function
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_shell.cc1769 RunHttpRPCServer(std::move(tp), options.port_number); in TraceProcessorMain()