Searched refs:debug_file_path (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/extras/simpleperf/ |
H A D | dso.cpp | 518 ElfStatus result, const std::string& path, const std::string& debug_file_path, in ReportReadElfSymbolResult() argument 521 LOG(VERBOSE) << "Read symbols from " << debug_file_path << " successfully"; in ReportReadElfSymbolResult() 528 LOG(warning_loglevel) << debug_file_path << " doesn't contain symbol table"; in ReportReadElfSymbolResult() 530 LOG(warning_loglevel) << "failed to read symbols from " << debug_file_path << ": " << result; in ReportReadElfSymbolResult() 570 const std::string& debug_file_path = GetDebugFilePath(); in LoadSymbolsImpl() local 571 auto tuple = SplitUrlInApk(debug_file_path); in LoadSymbolsImpl() 574 if (!IsRegularFile(std::get<0>(tuple) ? std::get<1>(tuple) : debug_file_path)) { in LoadSymbolsImpl() 575 LOG(DEBUG) << "skip reading symbols from non-exist dex_file " << debug_file_path; in LoadSymbolsImpl() 588 status = ReadSymbolsFromDexFileInMemory(data.data(), data.size(), debug_file_path, in LoadSymbolsImpl() 592 status = ReadSymbolsFromDexFile(debug_file_path, dex_file_offsets_, symbol_callback); in LoadSymbolsImpl() [all …]
|
/aosp_15_r20/external/autotest/server/cros/power/ |
H A D | power_telemetry_logger.py | 177 debug_file_path = os.path.join(client_test_dir, 'debug', 179 start_ts, end_ts = self._get_debug_log_ts(debug_file_path) 184 def _get_debug_log_ts(self, debug_file_path): argument 213 with open(debug_file_path, 'r') as debug_log: 244 debug_file_path, exc)
|