Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dheapprofd_producer.cc826 Process peer_process; in OnNewIncomingConnection() local
827 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()