Searched refs:debug_file_path (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/extras/simpleperf/ |
H A D | dso.cpp | 319 debug_file_path_(debug_file_path), in Dso() 425 LOG(VERBOSE) << "Read symbols from " << debug_file_path << " successfully"; in ReportReadElfSymbolResult() 432 LOG(warning_loglevel) << debug_file_path << " doesn't contain symbol table"; in ReportReadElfSymbolResult() 451 DexFileDso(const std::string& path, const std::string& debug_file_path) in DexFileDso() argument 452 : Dso(DSO_DEX_FILE, path, debug_file_path) {} in DexFileDso() 504 ElfDso(const std::string& path, const std::string& debug_file_path) in ElfDso() argument 505 : Dso(DSO_ELF_FILE, path, debug_file_path) {} in ElfDso() 609 KernelDso(const std::string& path, const std::string& debug_file_path) in KernelDso() argument 610 : Dso(DSO_KERNEL, path, debug_file_path) { in KernelDso() 771 KernelModuleDso(const std::string& path, const std::string& debug_file_path, in KernelModuleDso() argument [all …]
|
H A D | dso.h | 196 Dso(DsoType type, const std::string& path, const std::string& debug_file_path);
|