Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h215 bool AddDebugInfo(const std::vector<JITDebugInfo>& debug_info, bool sync_kernel_records);
DJITDebugReader.cpp347 if (!AddDebugInfo(debug_info, true)) { in ReadAllProcesses()
360 return ReadProcess(it->second, &debug_info) && AddDebugInfo(debug_info, false); in ReadProcess()
780 bool JITDebugReader::AddDebugInfo(const std::vector<JITDebugInfo>& debug_info, in AddDebugInfo() function in simpleperf::JITDebugReader