Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment_test.cpp44 ASSERT_NE(dso->GetDebugFilePath(), "[vdso]"); in TEST()
DOfflineUnwinder.cpp120 const char* name = entry->dso->GetDebugFilePath().c_str(); in CreateMapInfo()
123 auto tuple = SplitUrlInApk(entry->dso->GetDebugFilePath()); in CreateMapInfo()
Ddso.h149 const std::string& GetDebugFilePath() const { return debug_file_path_; } in GetDebugFilePath() function
Ddso_test.cpp131 ASSERT_EQ(dso->GetDebugFilePath(), file_path); in TEST()
Ddso.cpp494 << GetDebugFilePath() << ": " << result; in GetMinExecutableVaddr()