Searched refs:debug_file_path (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | dso.cpp | 273 Dso::Dso(DsoType type, const std::string& path, const std::string& debug_file_path) in Dso() argument 276 debug_file_path_(debug_file_path), in Dso() 374 const std::string& debug_file_path, in ReportReadElfSymbolResult() argument 377 LOG(VERBOSE) << "Read symbols from " << debug_file_path << " successfully"; in ReportReadElfSymbolResult() 384 LOG(warning_loglevel) << debug_file_path << " doesn't contain symbol table"; in ReportReadElfSymbolResult() 386 LOG(warning_loglevel) << "failed to read symbols from " << debug_file_path << ": " << result; in ReportReadElfSymbolResult() 403 DexFileDso(const std::string& path, const std::string& debug_file_path) in DexFileDso() argument 404 : Dso(DSO_DEX_FILE, path, debug_file_path) {} in DexFileDso() 460 ElfDso(const std::string& path, const std::string& debug_file_path) in ElfDso() argument 461 : Dso(DSO_ELF_FILE, path, debug_file_path) {} in ElfDso() [all …]
|
D | dso.h | 198 Dso(DsoType type, const std::string& path, const std::string& debug_file_path);
|