Home
last modified time | relevance | path

Searched refs:GetDebugFilePath (Results 1 – 8 of 8) sorted by relevance

/system/extras/simpleperf/
Ddso_test.cpp195 ASSERT_EQ(dso->GetDebugFilePath(), file_path); in TEST()
221 ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path); in TEST()
229 ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path); in TEST()
252 ASSERT_EQ(dso->GetDebugFilePath(), vmlinux_path); in TEST()
264 ASSERT_EQ(dso->GetDebugFilePath(), GetTestData(ELF_FILE)); in TEST()
321 ASSERT_EQ(dso->GetDebugFilePath(), "/elf"); in TEST()
Ddso.cpp485 const std::string& debug_file_path = GetDebugFilePath(); in LoadSymbolsImpl()
553 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in GetMinExecutableVaddr()
557 LOG(WARNING) << "failed to read min virtual address of " << GetDebugFilePath() << ": " in GetMinExecutableVaddr()
616 auto elf = ElfFile::Open(GetDebugFilePath(), &build_id, &status); in LoadSymbolsImpl()
620 ReportReadElfSymbolResult(status, path_, GetDebugFilePath(), in LoadSymbolsImpl()
647 } else if (IsRegularFile(GetDebugFilePath())) { in KernelDso()
702 << GetDebugFilePath() << " are not used"; in ReadSymbolsFromDebugFile()
716 if (auto elf = ElfFile::Open(GetDebugFilePath(), &status); elf) { in ReadSymbolsFromDebugFile()
719 ReportReadElfSymbolResult(status, path_, GetDebugFilePath()); in ReadSymbolsFromDebugFile()
784 if (auto elf = ElfFile::Open(GetDebugFilePath(), &status); elf) { in ParseKernelStartAddr()
[all …]
DOfflineUnwinder.cpp150 const char* name = entry->dso->GetDebugFilePath().data(); in CreateMapInfo()
152 auto tuple = SplitUrlInApk(entry->dso->GetDebugFilePath()); in CreateMapInfo()
163 const std::string& path = entry->dso->GetDebugFilePath(); in CreateMapInfo()
Denvironment_test.cpp46 ASSERT_NE(dso->GetDebugFilePath(), "[vdso]"); in TEST()
Ddso.h148 const std::string& GetDebugFilePath() const { in GetDebugFilePath() function
Dcmd_inject.cpp235 if (auto elf = ElfFile::Open(dso->GetDebugFilePath(), &status); elf) { in GetFirstLoadSegmentVaddr()
371 if (dso->GetDebugFilePath() == dso->Path()) { in ProcessBranchListBinaryInfo()
518 return GetBuildIdFromDsoPath(dso->GetDebugFilePath(), &build_id) && in CheckBuildId()
DETMDecoder.cpp303 auto res = elf_map_.emplace(dso, ElfFile::Open(dso->GetDebugFilePath(), &status)); in GetMemoryBuffer()
844 elf_ = ElfFile::Open(dso->GetDebugFilePath(), &status); in Init()
Dcmd_record.cpp2026 const std::string& filename = dso->GetDebugFilePath(); in DumpDebugUnwindFeature()