Searched refs:ConnectWithRetries (Results 1 – 13 of 13) sorted by relevance
146 producer.ConnectWithRetries(GetProducerSocket()); in StartChildHeapprofd()175 producer.ConnectWithRetries(GetProducerSocket()); in StartCentralHeapprofd()179 java_producer.ConnectWithRetries(GetProducerSocket()); in StartCentralHeapprofd()
161 ConnectWithRetries(socket_name); in Restart()164 void JavaHprofProducer::ConnectWithRetries(const char* socket_name) { in ConnectWithRetries() function in perfetto::profiling::JavaHprofProducer
40 void ConnectWithRetries(const char* socket_name);
57 void ConnectWithRetries(const char* socket_name);
131 void ConnectWithRetries(const char* socket_name);
203 void HeapprofdProducer::ConnectWithRetries(const char* socket_name) { in ConnectWithRetries() function in perfetto::profiling::HeapprofdProducer253 ConnectWithRetries(socket_name); in Restart()
55 producer.ConnectWithRetries(GetProducerSocket()); in TracedPerfMain()
69 void ConnectWithRetries(const char* socket_name);
722 void PerfProducer::ConnectWithRetries(const char* socket_name) { in ConnectWithRetries() function in perfetto::profiling::PerfProducer805 ConnectWithRetries(socket_name); in Restart()
93 producer.ConnectWithRetries(GetProducerSocket(), &task_runner); in ProbesMain()
64 void ConnectWithRetries(const char* socket_name,
141 ConnectWithRetries(socket_name, task_runner); in Restart()500 void ProbesProducer::ConnectWithRetries(const char* socket_name, in ConnectWithRetries() function in perfetto::ProbesProducer
89 producer_->ConnectWithRetries(producer_socket_.c_str(), runner_->get()); in Connect()