Home
last modified time | relevance | path

Searched refs:maps_ (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dvirtual_thread.cpp36 for (std::size_t index = 1; index < maps_->size(); ++index) { in IsSorted()
37 if ((*maps_)[index - 1].end > (*maps_)[index].begin) { in IsSorted()
38 std::cout << "maps_ order error:\n" in IsSorted()
39 << " " << (*maps_)[index - 1].begin << "-" << (*maps_)[index - 1].end in IsSorted()
40 << " " << (*maps_)[index].begin << "-" << (*maps_)[index].end; in IsSorted()
55 HLOGM("try found vaddr 0x%" PRIx64 " in maps %zu ", addr, maps_->size()); in FindMapByAddr()
56 if (maps_ in FindMapByAddr()
[all...]
/developtools/profiler/device/plugins/native_daemon/include/
H A Dvirtual_thread.h54 maps_.back()->end = map->begin; in AddMap()
55 map->prevMap = maps_.back(); in AddMap()
57 maps_.emplace_back(map); in AddMap()
92 return *maps_; in GetMaps()
117 std::vector<std::shared_ptr<DfxMap>>* maps_ = {}; member in OHOS::Developtools::NativeDaemon::VirtualThread
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
H A Debpf_converter.h53 std::map<uint32_t, std::vector<EventMaps>> maps_; member in OHOS::EBPF_TOOLS::EbpfConverter
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
H A Debpf_converter.cpp262 auto iter = maps_.find(maps.pid); in EventMapsParsing()
263 if (iter == maps_.end()) { in EventMapsParsing()
264 maps_[maps.pid] = std::vector<EventMaps>({ maps }); in EventMapsParsing()
476 auto mapIter = maps_.find(pid); in GetSymbolInfo()
477 if (mapIter == maps_.end()) { in GetSymbolInfo()

Completed in 3 milliseconds