Searched refs:GetDebugFilePath (Results  1 – 8 of 8) sorted by relevance
| /system/extras/simpleperf/ | 
| D | dso_test.cpp | 194   ASSERT_EQ(dso->GetDebugFilePath(), file_path);  in TEST()220   ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path);  in TEST()
 228   ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path);  in TEST()
 251   ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path);  in TEST()
 259   ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path);  in TEST()
 272   ASSERT_EQ(dso->GetDebugFilePath(), GetTestData(ELF_FILE));  in TEST()
 328   ASSERT_EQ(dso->GetDebugFilePath(), "/elf");  in TEST()
 
 | 
| D | dso.cpp | 504     const std::string& debug_file_path = GetDebugFilePath();  in LoadSymbolsImpl()572       auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status);  in GetMinExecutableVaddr()
 578         LOG(DEBUG) << "failed to read min virtual address of " << GetDebugFilePath() << ": "  in GetMinExecutableVaddr()
 637     auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status);  in LoadSymbolsImpl()
 651     ReportReadElfSymbolResult(status, path_, GetDebugFilePath(), log_level);  in LoadSymbolsImpl()
 725     auto elf = ElfFile::Open(GetDebugFilePath(), &status);  in ReadSymbolsFromDebugFile()
 733                    << GetDebugFilePath() << " are not used";  in ReadSymbolsFromDebugFile()
 747     ReportReadElfSymbolResult(status, path_, GetDebugFilePath());  in ReadSymbolsFromDebugFile()
 811     if (auto elf = ElfFile::Open(GetDebugFilePath(), &status); elf) {  in ParseKernelStartAddr()
 872     auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status);  in LoadSymbolsImpl()
 [all …]
 
 | 
| D | OfflineUnwinder.cpp | 190   const char* name = entry->dso->GetDebugFilePath().data();  in CreateMapInfo()192   auto tuple = SplitUrlInApk(entry->dso->GetDebugFilePath());  in CreateMapInfo()
 203     const std::string& path = entry->dso->GetDebugFilePath();  in CreateMapInfo()
 
 | 
| D | environment_test.cpp | 46   ASSERT_NE(dso->GetDebugFilePath(), "[vdso]");  in TEST()
 | 
| D | cmd_inject.cpp | 138   if (auto elf = ElfFile::Open(dso->GetDebugFilePath(), &status); elf) {  in GetFirstLoadSegmentVaddr()310         if (dso->GetDebugFilePath() == dso->Path()) {  in ProcessBranchListBinaryInfo()
 409     return GetBuildIdFromDsoPath(dso->GetDebugFilePath(), &build_id) &&  in CheckBuildId()
 
 | 
| D | dso.h | 148   const std::string& GetDebugFilePath() const {  in GetDebugFilePath()  function
 | 
| D | ETMDecoder.cpp | 311       auto res = elf_map_.emplace(dso, ElfFile::Open(dso->GetDebugFilePath(), &status));  in GetMemoryBuffer()856     elf_ = ElfFile::Open(dso->GetDebugFilePath(), &status);  in Init()
 
 | 
| D | cmd_record.cpp | 2165     const std::string& filename = dso->GetDebugFilePath();  in DumpDebugUnwindFeature()
 |