Home
last modified time | relevance | path

Searched defs:dfxMaps (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Delf_benchmark.cpp27 static void InitializeBuildId(benchmark::State& state, DfxMaps* dfxMaps, DfxMap** buildIdMap) in InitializeBuildId()
56 auto dfxMaps = DfxMaps::Create(); in BenchmarkElfGetBuildIdFromObj() local
H A Dmaps_benchmark.cpp39 auto dfxMaps = DfxMaps::Create(); in BenchmarkMapsCreateAll() local
53 auto dfxMaps = DfxMaps::Create(0, false); in BenchmarkMapsCreateOnlyExec() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_maps.cpp60 auto dfxMaps = std::make_shared<DfxMaps>(); in Create() local
73 auto dfxMaps = std::make_shared<DfxMaps>(); in Create() local
86 auto dfxMaps = std::make_shared<DfxMaps>(); in Create() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmaps_test.cpp176 std::shared_ptr<DfxMaps> dfxMaps = DfxMaps::Create(getpid()); variable