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()1057 auto it = cpuMmap_.find(item.cpu); in CreateMmap()1058 if (it == cpuMmap_.end()) { in CreateMmap()1076 cpuMmap_[item.cpu] = mmapItem; in CreateMmap()1126 bufferSize = cpuMmap_.size() * mmapPages_ * pageSize_ * TIMES; in CalcBufferSize()1159 for (auto &it : cpuMmap_) { in ReadRecordsFromMmaps()
583 std::map<int, MmapFd> cpuMmap_; variable