Home
last modified time | relevance | path

Searched refs:mapIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dmaps_benchmark.cpp67 std::vector<int> mapIndex {}; in BenchmarkMapsCreateMapIndex() local
69 if (DfxMaps::Create(0, maps, mapIndex)) { in BenchmarkMapsCreateMapIndex()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_maps.cpp80 …ps::Create(const pid_t pid, std::vector<std::shared_ptr<DfxMap>>& maps, std::vector<int>& mapIndex) in Create() argument
92 mapIndex = dfxMaps->GetMapIndexVec(); in Create()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_maps.h34 …ol Create(const pid_t pid, std::vector<std::shared_ptr<DfxMap>>& maps, std::vector<int>& mapIndex);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp475 size_t mapIndex = 0; in LoadElfMapsSection() local
477 maps_[mapIndex].name = name; in LoadElfMapsSection()
478 ++mapIndex; in LoadElfMapsSection()