Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/benchmarks/
DSymbolBenchmark.cpp35 const std::string& elf_file, bool expect_found, uint32_t runs = 1) { in RunBenchmark()
68 void RunBenchmark(benchmark::State& state, uint64_t pc, const std::string& elf_file, in RunBenchmark()
DElfBenchmark.cpp34 void RunBenchmark(benchmark::State& state, const std::string& elf_file) { in RunBenchmark()
/system/extras/simpleperf/
Drecord_file.proto57 ElfFile elf_file = 6; // Only when type = DSO_ELF_FILE field
Ddso.cpp236 auto check_file = [&](const std::string& elf_file) { in SearchFileMapByPath()
255 for (const auto& elf_file : no_build_id_files_) { in SearchFileMapByPath() local