Searched refs:PerfRecordMmap (Results 1 - 6 of 6) sorted by relevance
/developtools/hiperf/test/unittest/common/native/ |
H A D | perf_file_writer_test.cpp | 88 PerfRecordMmap recordmmap(true, i, i, i, i, i, testStr); in HWTEST_F() 124 PerfRecordMmap recordmmap(true, i, i, i, i, i, testStr); in HWTEST_F() 156 PerfRecordMmap recordmmap(true, 0, 0, 0, 0, 0, testStr); in HWTEST_F()
|
H A D | perf_event_record_test.cpp | 66 PerfRecordMmap recordIn {true, data.pid, data.tid, data.addr, in HWTEST_F() 83 PerfRecordMmap recordOut(buff.data()); in HWTEST_F()
|
/developtools/hiperf/include/ |
H A D | perf_event_record.h | 189 class PerfRecordMmap : public PerfEventRecord { class 193 explicit PerfRecordMmap(uint8_t *p); 195 PerfRecordMmap(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff,
|
H A D | virtual_runtime.h | 201 void UpdateFromRecord(PerfRecordMmap &recordMmap);
|
/developtools/hiperf/src/ |
H A D | perf_event_record.cpp | 44 return std::make_unique<PerfRecordMmap>(data); in GetPerfEventRecord() 608 PerfRecordMmap::PerfRecordMmap(uint8_t *p) : PerfEventRecord(p, "mmap") in PerfRecordMmap() function in OHOS::Developtools::HiPerf::PerfRecordMmap 617 HLOGE("PerfRecordMmap retren failed !!!"); in PerfRecordMmap() 621 PerfRecordMmap::PerfRecordMmap(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, in PerfRecordMmap() function in OHOS::Developtools::HiPerf::PerfRecordMmap 637 bool PerfRecordMmap::GetBinary(std::vector<uint8_t> &buf) const in GetBinary() 652 void PerfRecordMmap::DumpData(int indent) const in DumpData() 663 void PerfRecordMmap::DumpLog(const std::string &prefix) const in DumpLog()
|
H A D | virtual_runtime.cpp | 282 auto record = std::make_unique<PerfRecordMmap>(true, 0, 0, map.begin, in UpdateKernelModulesSpaceMaps() 295 auto record = std::make_unique<PerfRecordMmap>(true, 0, 0, map.begin, in UpdateKernelSpaceMaps() 331 auto record = std::make_unique<PerfRecordMmap>( in UpdateKernelSymbols() 447 auto recordMmap = static_cast<PerfRecordMmap *>(&record); in UpdateFromRecord() 657 void VirtualRuntime::UpdateFromRecord(PerfRecordMmap &recordMmap) in UpdateFromRecord() 1253 std::make_unique<PerfRecordMmap>(true, SYSMGR_PID, SYSMGR_PID, in UpdateServiceSpaceMaps() 1291 std::make_unique<PerfRecordMmap>(false, devhostPid_, devhostPid_, in UpdateDevhostSpaceMaps()
|
Completed in 8 milliseconds