Searched refs:debug_file_path_ (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/ |
D | dso.cpp | 276 debug_file_path_(debug_file_path), in Dso() 426 auto tuple = SplitUrlInApk(debug_file_path_); in LoadSymbols() 438 status = ReadSymbolsFromDexFile(debug_file_path_, dex_file_offsets_, &dex_file_symbols); in LoadSymbols() 443 LOG(level) << "Failed to read symbols from " << debug_file_path_; in LoadSymbols() 446 LOG(VERBOSE) << "Read symbols from " << debug_file_path_ << " successfully"; in LoadSymbols() 478 auto tuple = SplitUrlInApk(debug_file_path_); in GetMinExecutableVaddr() 489 result = ReadMinExecutableVirtualAddressFromElfFile(debug_file_path_, build_id, &addr, in GetMinExecutableVaddr() 550 std::tuple<bool, std::string, std::string> tuple = SplitUrlInApk(debug_file_path_); in LoadSymbols() 560 status = ParseSymbolsFromElfFile(debug_file_path_, build_id, symbol_callback); in LoadSymbols() 562 ReportReadElfSymbolResult(status, path_, debug_file_path_, in LoadSymbols() [all …]
|
D | dso.h | 149 const std::string& GetDebugFilePath() const { return debug_file_path_; } in GetDebugFilePath() 209 std::string debug_file_path_; variable
|