Searched refs:GetMaps (Results 1 – 9 of 9) sorted by relevance
| /developtools/profiler/hiebpf/test/unittest/ |
| D | maps_info_test.cpp | 40 HWTEST_F(MapsInofTest, GetMaps, TestSize.Level1) 44 mapsInfo.GetMaps(0, mapsItems); 46 mapsInfo.GetMaps(-1, mapsItems); 49 mapsInfo.GetMaps(1, mapsItems);
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | virtual_thread_test.cpp | 189 EXPECT_NE(thread->GetMaps().size(), 0u); in PhdrCallBack() 201 for (const MemMapItem &item : thread->GetMaps()) { in PhdrCallBack() 210 for (const MemMapItem &item : thread->GetMaps()) { in PhdrCallBack() 236 for (const MemMapItem &item : thread.GetMaps()) { 256 const std::vector<MemMapItem> &maps = thread.GetMaps(); 289 const std::vector<MemMapItem> &maps = thread.GetMaps(); 290 const std::vector<MemMapItem> &maps2 = thread2.GetMaps(); 297 size_t oldSize = thread.GetMaps().size(); 299 size_t newSize = thread.GetMaps().size(); 445 ASSERT_EQ(thread.GetMaps().size(), 1u); [all …]
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | virtual_thread_test.cpp | 176 EXPECT_NE(thread->GetMaps().size(), 0u); in PhdrCallBack() 188 for (const MemMapItem &item : thread->GetMaps()) { in PhdrCallBack() 197 for (const MemMapItem &item : thread->GetMaps()) { in PhdrCallBack() 225 for (const MemMapItem &item : thread->GetMaps()) { 243 const std::vector<MemMapItem> &maps = thread->GetMaps(); 285 const std::vector<MemMapItem> &maps = thread->GetMaps(); 286 const std::vector<MemMapItem> &maps2 = thread2->GetMaps(); 293 size_t oldSize = thread->GetMaps().size(); 295 size_t newSize = thread->GetMaps().size(); 446 ASSERT_EQ(thread->GetMaps().size(), 1u); [all …]
|
| /developtools/profiler/hiebpf/include/ |
| D | maps_info.h | 56 void GetMaps(uint32_t pid, std::vector<MapsItem> &mapsItems);
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | virtual_thread.h | 66 const std::vector<MemMapItem> &GetMaps() const in GetMaps() function
|
| /developtools/hiperf/include/ |
| D | virtual_thread.h | 75 const std::vector<MemMapItem> &GetMaps() const in GetMaps() function
|
| /developtools/profiler/hiebpf/src/ |
| D | maps_info.cpp | 28 void MapsInfo::GetMaps(uint32_t pid, std::vector<MapsItem> &mapsItems) in GetMaps() function in OHOS::Developtools::Hiebpf::MapsInfo
|
| D | bpf_event_receiver.cpp | 190 mapsInfo_.GetMaps(pid, mapsItems); in WriteEventMaps()
|
| /developtools/hiperf/src/ |
| D | virtual_runtime.cpp | 97 thread.name_.c_str(), thread.GetMaps().size()); in CreateThread() 103 for (auto &memMapItem : thread.GetMaps()) { in CreateThread() 549 const MemMapItem *mmap = &(thread.GetMaps()[memMapIndex]); in GetUserSymbol() 713 for (const auto &map : myThread.GetMaps()) { in LoadVdso()
|