Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h230 bool AddDebugInfo(std::vector<JITDebugInfo> debug_info, bool sync_kernel_records);
Dcmd_record.cpp402 bool ProcessJITDebugInfo(std::vector<JITDebugInfo> debug_info, bool sync_kernel_records);
737 auto callback = [this](std::vector<JITDebugInfo> debug_info, bool sync_kernel_records) { in PrepareRecording() argument
738 return ProcessJITDebugInfo(std::move(debug_info), sync_kernel_records); in PrepareRecording()
1680 bool sync_kernel_records) { in ProcessJITDebugInfo() argument
1714 if (sync_kernel_records && !event_selection_set_.SyncKernelBuffer()) { in ProcessJITDebugInfo()
DJITDebugReader.cpp775 bool JITDebugReader::AddDebugInfo(std::vector<JITDebugInfo> debug_info, bool sync_kernel_records) { in AddDebugInfo() argument
782 return debug_info_callback_(std::move(debug_info), sync_kernel_records); in AddDebugInfo()