Searched refs:PerfRecordMmap2 (Results 1 – 5 of 5) sorted by relevance
| /developtools/hiperf/src/ |
| D | perf_event_record.cpp | 39 return std::make_unique<PerfRecordMmap2>(data); in GetPerfEventRecord() 470 PerfRecordMmap2::PerfRecordMmap2(uint8_t *p) : PerfEventRecord(p, "mmap2") in PerfRecordMmap2() function in OHOS::Developtools::HiPerf::PerfRecordMmap2 478 PerfRecordMmap2::PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, in PerfRecordMmap2() function in OHOS::Developtools::HiPerf::PerfRecordMmap2 501 PerfRecordMmap2::PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, const MemMapItem &item) in PerfRecordMmap2() function in OHOS::Developtools::HiPerf::PerfRecordMmap2 522 bool PerfRecordMmap2::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() 536 void PerfRecordMmap2::DumpData(int indent) const in DumpData() 545 void PerfRecordMmap2::DumpLog(const std::string &prefix) const in DumpLog()
|
| D | virtual_runtime.cpp | 105 std::make_unique<PerfRecordMmap2>(false, thread.pid_, thread.tid_, memMapItem); in CreateThread() 289 auto recordMmap2 = static_cast<PerfRecordMmap2 *>(&record); in UpdateFromRecord() 430 void VirtualRuntime::UpdateFromRecord(PerfRecordMmap2 &recordMmap2) in UpdateFromRecord()
|
| /developtools/hiperf/include/ |
| D | perf_event_record.h | 182 class PerfRecordMmap2 : public PerfEventRecord { 186 explicit PerfRecordMmap2(uint8_t *p); 188 PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, u32 maj, u32 min, 191 PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, const MemMapItem &item);
|
| D | virtual_runtime.h | 145 void UpdateFromRecord(PerfRecordMmap2 &recordMmap2);
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_event_record_test.cpp | 101 PerfRecordMmap2 recordIn {true, data.pid, data.tid, data.addr, data.len, data.pgoff, 118 PerfRecordMmap2 recordOut(buff.data());
|