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