Lines Matching defs:PerfRecordMmap2
46 return std::make_unique<PerfRecordMmap2>(data);
669 PerfRecordMmap2::PerfRecordMmap2(uint8_t *p) : PerfEventRecord(p, "mmap2")
678 HLOGE("PerfRecordMmap2 retren failed !!!");
682 PerfRecordMmap2::PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff,
705 PerfRecordMmap2::PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, std::shared_ptr<DfxMap> item)
740 bool PerfRecordMmap2::GetBinary(std::vector<uint8_t> &buf) const
755 void PerfRecordMmap2::DumpData(int indent) const
768 void PerfRecordMmap2::DumpLog(const std::string &prefix) const