Searched refs:GetElfFile (Results 1 – 4 of 4) sorted by relevance
/system/unwinding/libunwindstack/benchmarks/ |
D | SymbolBenchmark.cpp | 90 BenchmarkSymbolLookup(state, 0, GetElfFile(), false); in BM_elf_and_symbol_not_present() 95 BenchmarkSymbolLookup(state, 0x22b2bc, GetElfFile(), true); in BM_elf_and_symbol_find_single() 100 BenchmarkSymbolLookup(state, 0x22b2bc, GetElfFile(), true, 4096); in BM_elf_and_symbol_find_single_many_times() 107 GetElfFile(), true); in BM_elf_and_symbol_find_multiple()
|
D | Utils.h | 24 std::string GetElfFile();
|
D | Utils.cpp | 30 std::string GetElfFile() { in GetElfFile() function
|
D | ElfBenchmark.cpp | 72 BenchmarkElfCreate(state, GetElfFile()); in BM_elf_create()
|