Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dperf_events.cpp68 const MmapFd &mmapItem = it->second; in ~PerfEvents() local
69 munmap(mmapItem.mmapPage, (1 + mmapPages_) * pageSize_); in ~PerfEvents()
1068 MmapFd mmapItem; in CreateMmap() local
1069 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 …]