Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Drecord.h293 struct Mmap2RecordDataType { struct
304 const Mmap2RecordDataType* data;
312 void SetDataAndFilename(const Mmap2RecordDataType& data, const std::string& filename);
H A Drecord.cpp262 data = reinterpret_cast<const Mmap2RecordDataType*>(p); in Mmap2Record()
276 Mmap2RecordDataType data; in Mmap2Record()
286 void Mmap2Record::SetDataAndFilename(const Mmap2RecordDataType& data, const std::string& filename) { in SetDataAndFilename()
291 this->data = reinterpret_cast<Mmap2RecordDataType*>(p); in SetDataAndFilename()