Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h215 bool AddDebugInfo(const std::vector<JITDebugInfo>& debug_info, bool sync_kernel_records);
Dcmd_record.cpp359 bool ProcessJITDebugInfo(const std::vector<JITDebugInfo>& debug_info, bool sync_kernel_records);
621 auto callback = [this](const std::vector<JITDebugInfo>& debug_info, bool sync_kernel_records) { in PrepareRecording() argument
622 return ProcessJITDebugInfo(debug_info, sync_kernel_records); in PrepareRecording()
1447 bool sync_kernel_records) { in ProcessJITDebugInfo() argument
1477 if (sync_kernel_records && !event_selection_set_.SyncKernelBuffer()) { in ProcessJITDebugInfo()
DJITDebugReader.cpp781 bool sync_kernel_records) { in AddDebugInfo() argument
788 return debug_info_callback_(debug_info, sync_kernel_records); in AddDebugInfo()