Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment_test.cpp37 ASSERT_NE(dso->GetDebugFilePath(), "[vdso]"); in TEST()
DOfflineUnwinder.cpp123 const char* name = entry->dso->GetDebugFilePath().c_str(); in CreateMapInfo()
125 auto tuple = SplitUrlInApk(entry->dso->GetDebugFilePath()); in CreateMapInfo()
Ddso.h149 const std::string& GetDebugFilePath() const { return debug_file_path_; } in GetDebugFilePath() function
Dcmd_inject.cpp159 bool match = std::regex_search(instr_range.dso->GetDebugFilePath(), in FilterInstrRange()
Ddso_test.cpp179 ASSERT_EQ(dso->GetDebugFilePath(), file_path); in TEST()
DETMDecoder.cpp275 auto res = elf_map_.emplace(dso, ElfFile::Open(dso->GetDebugFilePath(), &status)); in GetMemoryBuffer()
Ddso.cpp502 << GetDebugFilePath() << ": " << result; in GetMinExecutableVaddr()