Lines Matching refs:unwindstack
45 auto file_memory = unwindstack::Memory::CreateFileMemory(elf_file, 0); in BenchmarkElfCreate()
48 unwindstack::Elf elf(file_memory.release()); in BenchmarkElfCreate()
81 static void InitializeBuildId(benchmark::State& state, unwindstack::Maps& maps, in InitializeBuildId()
82 unwindstack::MapInfo** build_id_map_info) { in InitializeBuildId()
103 unwindstack::LocalMaps maps; in BM_elf_get_build_id_from_object()
104 unwindstack::MapInfo* build_id_map_info; in BM_elf_get_build_id_from_object()
107 unwindstack::Elf* elf = build_id_map_info->GetElf(std::shared_ptr<unwindstack::Memory>(), in BM_elf_get_build_id_from_object()
108 unwindstack::Regs::CurrentArch()); in BM_elf_get_build_id_from_object()
115 unwindstack::SharedString* id = build_id_map_info->build_id(); in BM_elf_get_build_id_from_object()
127 unwindstack::LocalMaps maps; in BM_elf_get_build_id_from_file()
128 unwindstack::MapInfo* build_id_map_info; in BM_elf_get_build_id_from_file()
133 unwindstack::SharedString* id = build_id_map_info->build_id(); in BM_elf_get_build_id_from_file()