Searched refs:mmapItem (Results 1 – 1 of 1) sorted by relevance
68 const MmapFd &mmapItem = it->second; in ~PerfEvents() local69 munmap(mmapItem.mmapPage, (1 + mmapPages_) * pageSize_); in ~PerfEvents()1068 MmapFd mmapItem; in CreateMmap() local1069 mmapItem.fd = item.fd.Get(); in CreateMmap()1070 mmapItem.mmapPage = reinterpret_cast<perf_event_mmap_page *>(rbuf); in CreateMmap()1071 mmapItem.buf = reinterpret_cast<uint8_t *>(rbuf) + pageSize_; in CreateMmap()1072 mmapItem.bufSize = mmapPages_ * pageSize_; in CreateMmap()1073 mmapItem.attr = &attr; in CreateMmap()1074 mmapItem.posCallChain = GetCallChainPosInSampleRecord(attr); in CreateMmap()1076 cpuMmap_[item.cpu] = mmapItem; in CreateMmap()[all …]