Searched refs:cpuMmap_ (Results 1 – 2 of 2) sorted by relevance
67 for (auto it = cpuMmap_.begin(); it != cpuMmap_.end();) { in ~PerfEvents()70 it = cpuMmap_.erase(it); in ~PerfEvents()1082 auto it = cpuMmap_.find(item.cpu); in CreateMmap()1083 if (it == cpuMmap_.end()) { in CreateMmap()1101 cpuMmap_[item.cpu] = mmapItem; in CreateMmap()1151 bufferSize = cpuMmap_.size() * mmapPages_ * pageSize_ * TIMES; in CalcBufferSize()1184 for (auto &it : cpuMmap_) { in ReadRecordsFromMmaps()
586 std::map<int, MmapFd> cpuMmap_; variable