Searched refs:debug_file_path (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | dso.cpp | 316 Dso::Dso(DsoType type, const std::string& path, const std::string& debug_file_path) in Dso() argument 319 debug_file_path_(debug_file_path), in Dso() 422 ElfStatus result, const std::string& path, const std::string& debug_file_path, in ReportReadElfSymbolResult() argument 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() 434 LOG(warning_loglevel) << "failed to read symbols from " << debug_file_path << ": " << result; 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() [all …]
|
D | dso.h | 196 Dso(DsoType type, const std::string& path, const std::string& debug_file_path);
|