Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Drecord.h271 struct MmapRecordDataType { struct
277 const MmapRecordDataType* data;
286 void SetDataAndFilename(const MmapRecordDataType& data, const std::string& filename);
H A Drecord.cpp216 data = reinterpret_cast<const MmapRecordDataType*>(p); in MmapRecord()
230 MmapRecordDataType data; in MmapRecord()
239 void MmapRecord::SetDataAndFilename(const MmapRecordDataType& data, const std::string& filename) { in SetDataAndFilename()
244 this->data = reinterpret_cast<MmapRecordDataType*>(p); in SetDataAndFilename()