Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Ddso.cpp123 BuildId debug_build_id; in CheckDebugFilePath() local
124 status = elf->GetBuildId(&debug_build_id); in CheckDebugFilePath()
131 bool match = build_id == debug_build_id; in CheckDebugFilePath()
134 << ", real " << debug_build_id; in CheckDebugFilePath()