Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp244 GetDebugFilePath(), build_id, &addr); in MinVirtualAddress()
247 << GetDebugFilePath() << ": " << result; in MinVirtualAddress()
422 ElfStatus result = ParseSymbolsFromElfFile(GetDebugFilePath(), build_id, in LoadKernelModule()
425 return CheckReadSymbolResult(result, GetDebugFilePath()); in LoadKernelModule()
449 GetDebugFilePath(), build_id, in LoadElfFile()
452 return CheckReadSymbolResult(result, GetDebugFilePath()); in LoadElfFile()
457 auto tuple = SplitUrlInApk(GetDebugFilePath()); in LoadEmbeddedElfFile()
463 return CheckReadSymbolResult(result, GetDebugFilePath()); in LoadEmbeddedElfFile()
Ddso.h110 const std::string& GetDebugFilePath() const { return debug_file_path_; } in GetDebugFilePath() function
Ddwarf_unwind.cpp123 bt_map.name = map->dso->GetDebugFilePath(); in UnwindCallChain()