Searched defs:dfxMaps (Results 1 – 4 of 4) sorted by relevance
27 static void InitializeBuildId(benchmark::State& state, DfxMaps* dfxMaps, DfxMap** buildIdMap) in InitializeBuildId()56 auto dfxMaps = DfxMaps::Create(); in BenchmarkElfGetBuildIdFromObj() local
39 auto dfxMaps = DfxMaps::Create(); in BenchmarkMapsCreateAll() local53 auto dfxMaps = DfxMaps::Create(0, false); in BenchmarkMapsCreateOnlyExec() local
60 auto dfxMaps = std::make_shared<DfxMaps>(); in Create() local73 auto dfxMaps = std::make_shared<DfxMaps>(); in Create() local86 auto dfxMaps = std::make_shared<DfxMaps>(); in Create() local
176 std::shared_ptr<DfxMaps> dfxMaps = DfxMaps::Create(getpid()); variable