Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dperf_events.cpp67 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()
/developtools/hiperf/include/
Dperf_events.h586 std::map<int, MmapFd> cpuMmap_; variable