Home
last modified time | relevance | path

Searched refs:maps (Results 1 – 12 of 12) sorted by relevance

/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp206 EventMaps maps = {}; in EventMapsParsing() local
207 CHK(Read(reinterpret_cast<void*>(&maps), EVENT_MAPS_FIXED_SIZE)); in EventMapsParsing()
208 char fileName[maps.fileNameLen + 1]; in EventMapsParsing()
210 if (maps.fileNameLen > 0) { in EventMapsParsing()
212 maps.fileName = fileName; in EventMapsParsing()
214 auto iter = maps_.find(maps.pid); in EventMapsParsing()
216 maps_[maps.pid] = std::vector<EventMaps>({ maps }); in EventMapsParsing()
218 iter->second.push_back(maps); in EventMapsParsing()
224 << " type: " << maps.type << '\n' in EventMapsParsing()
225 << " len: " << maps.len << '\n' in EventMapsParsing()
[all …]
/developtools/hiperf/test/unittest/common/native/
Dvirtual_thread_test.cpp256 const std::vector<MemMapItem> &maps = thread.GetMaps(); variable
258 EXPECT_EQ(maps.size(), 3u);
259 EXPECT_EQ(maps.at(0).begin_, 1000u);
260 EXPECT_EQ(maps.at(1).begin_, 3000u);
261 EXPECT_EQ(maps.at(2).begin_, 10000u);
263 EXPECT_EQ(maps.at(0).end_, 1000u + 2000u);
264 EXPECT_EQ(maps.at(1).end_, 3000u + 4000u);
265 EXPECT_EQ(maps.at(2).end_, 10000u + 20000u);
267 EXPECT_EQ(maps.at(0).pageoffset_, 3000u);
268 EXPECT_EQ(maps.at(1).pageoffset_, 5000u);
[all …]
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dvirtual_thread_test.cpp243 const std::vector<MemMapItem> &maps = thread->GetMaps(); variable
245 fprintf(stderr, "map size = %zd\n", maps.size());
251 EXPECT_EQ(maps.size(), 3u);
252 EXPECT_EQ(maps.at(0).begin_, 1000u);
253 EXPECT_EQ(maps.at(1).begin_, 3000u);
254 EXPECT_EQ(maps.at(2).begin_, 10000u);
256 EXPECT_EQ(maps.at(0).end_, 1000u + 2000u);
257 EXPECT_EQ(maps.at(1).end_, 3000u + 4000u);
258 EXPECT_EQ(maps.at(2).end_, 10000u + 20000u);
260 EXPECT_EQ(maps.at(0).pageoffset_, 3000u);
[all …]
/developtools/profiler/hiebpf/src/
Dmaps_info.cpp72 void MapsInfo::ParseMapsLine(uint32_t pid, std::string &line, std::vector<MapsItem> &maps) in ParseMapsLine() argument
92 MapsItem &mapItem = maps.emplace_back(); in ParseMapsLine()
Dbpf_controller.cpp284 int fd = bpf_map__fd(skel_->maps.config_var_map); in InitBPFVariables()
301 int fd = bpf_map__fd(skel_->maps.target_pid_map); in FillTargetPidMap()
360 bpf_map__fd(skel_->maps.bpf_ringbuf_map), in ConfigReceivers()
375 bpf_map__fd(skel_->maps.bpf_ringbuf_map), in ConfigReceivers()
/developtools/profiler/hiebpf/include/
Dmaps_info.h60 void ParseMapsLine(uint32_t pid, std::string &line, std::vector<MapsItem> &maps);
Dvmlinux.h35222 struct list_head maps; member
56216 long unsigned int maps[6]; member
69771 const struct pinctrl_map *maps; member
151192 struct bpf_map *maps[0]; member
/developtools/smartperf_host/ide/
Dtsconfig.json59 …// "inlineSourceMap": true, /* Emit a single file with source maps instead of having…
/developtools/profiler/host/smartperf/ide/
Dtsconfig.json59 …// "inlineSourceMap": true, /* Emit a single file with source maps instead of having…
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp686 auto& maps = runtime_instance->GetMapsCache(); in SetMapsInfo() local
687 auto mapsIter = maps.find(itemSoBegin); in SetMapsInfo()
688 if (mapsIter == maps.end()) { in SetMapsInfo()
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_libunwind/
Dlibunwindbuild.gn77 "src/mi/maps.c",
/developtools/smartperf_host/trace_streamer/prebuilts/patch_libunwind/
Dlibunwindbuild.gn77 "src/mi/maps.c",