Searched refs:GetDebugFilePath (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | dso_test.cpp | 195 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()
|
D | OfflineUnwinder.cpp | 146 const char* name = entry->dso->GetDebugFilePath().data(); in CreateMapInfo() 148 auto tuple = SplitUrlInApk(entry->dso->GetDebugFilePath()); in CreateMapInfo() 159 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 | 341 return GetBuildIdFromDsoPath(dso->GetDebugFilePath(), &build_id) && in ProcessBranchListFile() 482 if (auto elf = ElfFile::Open(dso->GetDebugFilePath(), &status); elf) { in GetFirstLoadSegmentVaddr() 541 if (dso->GetDebugFilePath() == dso->Path()) { in GenerateBranchList()
|
D | dso.h | 146 const std::string& GetDebugFilePath() const { return debug_file_path_; } in GetDebugFilePath() function
|
D | ETMDecoder.cpp | 290 auto res = elf_map_.emplace(dso, ElfFile::Open(dso->GetDebugFilePath(), &status)); in GetMemoryBuffer() 790 elf_ = ElfFile::Open(dso->GetDebugFilePath(), &status); in Init()
|
D | cmd_record.cpp | 1946 const std::string& filename = dso->GetDebugFilePath(); in DumpDebugUnwindFeature()
|