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.cc637 Process peer_process; in OnNewIncomingConnection() local
638 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()