D | perf_event_record.cpp | 45 return std::make_unique<PerfRecordMmap2>(data); in GetPerfEventRecord() 564 PerfRecordMmap2::PerfRecordMmap2(uint8_t *p) : PerfEventRecord(p, "mmap2") in PerfRecordMmap2() function in OHOS::Developtools::HiPerf::PerfRecordMmap2 572 PerfRecordMmap2::PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, in PerfRecordMmap2() function in OHOS::Developtools::HiPerf::PerfRecordMmap2 595 PerfRecordMmap2::PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, std::shared_ptr<DfxMap> item) in PerfRecordMmap2() function in OHOS::Developtools::HiPerf::PerfRecordMmap2 630 bool PerfRecordMmap2::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() 645 void PerfRecordMmap2::DumpData(int indent) const in DumpData() 654 void PerfRecordMmap2::DumpLog(const std::string &prefix) const in DumpLog()
|