Searched refs:GetDebugFilePath (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/system/extras/simpleperf/ |
H A D | dso_test.cpp | 228 ASSERT_EQ(dso->GetDebugFilePath(), file_path); in TEST() 256 ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path); in TEST() 264 ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path); in TEST() 288 ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path); in TEST() 296 ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path); in TEST() 310 ASSERT_EQ(dso->GetDebugFilePath(), GetTestData(ELF_FILE)); in TEST() 371 ASSERT_EQ(dso->GetDebugFilePath(), "/elf"); in TEST()
|
H A D | dso.cpp | 570 const std::string& debug_file_path = GetDebugFilePath(); in LoadSymbolsImpl() 638 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in GetMinExecutableVaddr() 644 LOG(DEBUG) << "failed to read min virtual address of " << GetDebugFilePath() << ": " in GetMinExecutableVaddr() 703 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in LoadSymbolsImpl() 717 ReportReadElfSymbolResult(status, path_, GetDebugFilePath(), log_level); in LoadSymbolsImpl() 788 auto elf = ElfFile::Open(GetDebugFilePath(), &status); in ReadSymbolsFromDebugFile() 796 << GetDebugFilePath() << " are not used"; in ReadSymbolsFromDebugFile() 810 ReportReadElfSymbolResult(status, path_, GetDebugFilePath()); in ReadSymbolsFromDebugFile() 874 if (auto elf = ElfFile::Open(GetDebugFilePath(), &status); elf) { in ParseKernelStartAddr() 935 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in LoadSymbolsImpl() [all …]
|
H A 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()
|
H A D | environment_test.cpp | 47 ASSERT_NE(dso->GetDebugFilePath(), "[vdso]"); in TEST()
|
H A D | cmd_inject.cpp | 125 if (auto elf = ElfFile::Open(dso->GetDebugFilePath(), &status); elf) { in GetExecutableSegments() 394 if (dso->GetDebugFilePath() == dso->Path()) { in ProcessETMBinary() 666 return GetBuildIdFromDsoPath(dso->GetDebugFilePath(), &build_id) && in CheckBuildId()
|
H A D | dso.h | 155 const std::string& GetDebugFilePath() const { in GetDebugFilePath() function
|
H A D | ETMDecoder.cpp | 316 auto res = elf_map_.emplace(dso, ElfFile::Open(dso->GetDebugFilePath(), &status)); in GetMemoryBuffer() 861 elf_ = ElfFile::Open(dso->GetDebugFilePath(), &status); in Init()
|
H A D | cmd_record.cpp | 2219 const std::string& filename = dso->GetDebugFilePath(); in DumpDebugUnwindFeature()
|