Searched refs:peer_process (Results 1 – 1 of 1) sorted by relevance
637 Process peer_process; in OnNewIncomingConnection() local638 peer_process.pid = new_connection->peer_pid(); in OnNewIncomingConnection()639 if (!GetCmdlineForPID(peer_process.pid, &peer_process.cmdline)) in OnNewIncomingConnection()640 PERFETTO_PLOG("Failed to get cmdline for %d", peer_process.pid); in OnNewIncomingConnection()642 producer_->HandleClientConnection(std::move(new_connection), peer_process); in OnNewIncomingConnection()