Searched refs:peer_process (Results 1 – 1 of 1) sorted by relevance
826 Process peer_process; in OnNewIncomingConnection() local827 peer_process.pid = new_connection->peer_pid_linux(); in OnNewIncomingConnection()828 if (!GetCmdlineForPID(peer_process.pid, &peer_process.cmdline)) in OnNewIncomingConnection()829 PERFETTO_PLOG("Failed to get cmdline for %d", peer_process.pid); in OnNewIncomingConnection()831 producer_->HandleClientConnection(std::move(new_connection), peer_process); in OnNewIncomingConnection()