Home
last modified time | relevance | path

Searched refs:elf_file (Results 1 – 2 of 2) sorted by relevance

/system/unwinding/libunwindstack/benchmarks/
DSymbolBenchmark.cpp33 std::string elf_file, bool expect_found, uint32_t runs = 1) { in BenchmarkSymbolLookup() argument
48 unwindstack::Elf elf(unwindstack::Memory::CreateFileMemory(elf_file, 0).release()); in BenchmarkSymbolLookup()
84 static void BenchmarkSymbolLookup(benchmark::State& state, uint64_t pc, std::string elf_file, in BenchmarkSymbolLookup() argument
86 BenchmarkSymbolLookup(state, std::vector<uint64_t>{pc}, elf_file, expect_found, runs); in BenchmarkSymbolLookup()
DElfBenchmark.cpp32 static void BenchmarkElfCreate(benchmark::State& state, const std::string& elf_file) { in BenchmarkElfCreate() argument
45 auto file_memory = unwindstack::Memory::CreateFileMemory(elf_file, 0); in BenchmarkElfCreate()