Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp319 debug_file_path_(debug_file_path), in Dso()
470 auto tuple = SplitUrlInApk(debug_file_path_); in LoadSymbolsImpl()
485 status = ReadSymbolsFromDexFile(debug_file_path_, dex_file_offsets_, symbol_callback); in LoadSymbolsImpl()
490 LOG(level) << "Failed to read symbols from " << debug_file_path_; in LoadSymbolsImpl()
493 LOG(VERBOSE) << "Read symbols from " << debug_file_path_ << " successfully"; in LoadSymbolsImpl()
531 auto elf = ElfFile::Open(debug_file_path_, &build_id, &status); in GetMinExecutableVaddr()
535 LOG(WARNING) << "failed to read min virtual address of " << debug_file_path_ << ": " in GetMinExecutableVaddr()
589 auto elf = ElfFile::Open(debug_file_path_, &build_id, &status); in LoadSymbolsImpl()
593 ReportReadElfSymbolResult(status, path_, debug_file_path_, in LoadSymbolsImpl()
616 debug_file_path_ = vmlinux_; in KernelDso()
[all …]
Ddso.h146 const std::string& GetDebugFilePath() const { return debug_file_path_; } in GetDebugFilePath()
206 std::string debug_file_path_; variable