Home
last modified time | relevance | path

Searched refs:GetMaps (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/hiebpf/test/unittest/
Dmaps_info_test.cpp40 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/
Dvirtual_thread_test.cpp189 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/
Dvirtual_thread_test.cpp176 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/
Dmaps_info.h56 void GetMaps(uint32_t pid, std::vector<MapsItem> &mapsItems);
/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_thread.h66 const std::vector<MemMapItem> &GetMaps() const in GetMaps() function
/developtools/hiperf/include/
Dvirtual_thread.h75 const std::vector<MemMapItem> &GetMaps() const in GetMaps() function
/developtools/profiler/hiebpf/src/
Dmaps_info.cpp28 void MapsInfo::GetMaps(uint32_t pid, std::vector<MapsItem> &mapsItems) in GetMaps() function in OHOS::Developtools::Hiebpf::MapsInfo
Dbpf_event_receiver.cpp190 mapsInfo_.GetMaps(pid, mapsItems); in WriteEventMaps()
/developtools/hiperf/src/
Dvirtual_runtime.cpp97 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()