Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Ddso.cpp319 debug_file_path_(debug_file_path), in Dso()
470 auto tuple = SplitUrlInApk(debug_file_path_); in LoadSymbolsImpl()
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()
619 } else if (IsRegularFile(debug_file_path_)) { in KernelDso()
669 << debug_file_path_ << " are not used"; in ReadSymbolsFromDebugFile()
683 if (auto elf = ElfFile::Open(debug_file_path_, &status); elf) { in ReadSymbolsFromDebugFile()
686 ReportReadElfSymbolResult(status, path_, debug_file_path_); in ReadSymbolsFromDebugFile()
809 auto elf = ElfFile::Open(debug_file_path_, &build_id, &status); in LoadSymbolsImpl()
[all …]
H A Ddso.h146 const std::string& GetDebugFilePath() const { return debug_file_path_; } in GetDebugFilePath()
206 std::string debug_file_path_; variable