Searched defs:elf_file (Results 1 – 4 of 4) sorted by relevance
35 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()
34 void RunBenchmark(benchmark::State& state, const std::string& elf_file) { in RunBenchmark()
57 ElfFile elf_file = 6; // Only when type = DSO_ELF_FILE field
236 auto check_file = [&](const std::string& elf_file) { in SearchFileMapByPath()255 for (const auto& elf_file : no_build_id_files_) { in SearchFileMapByPath() local