Searched refs:sync_kernel_records (Results 1 – 3 of 3) sorted by relevance
230 bool AddDebugInfo(std::vector<JITDebugInfo> debug_info, bool sync_kernel_records);
402 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() argument738 return ProcessJITDebugInfo(std::move(debug_info), sync_kernel_records); in PrepareRecording()1680 bool sync_kernel_records) { in ProcessJITDebugInfo() argument1714 if (sync_kernel_records && !event_selection_set_.SyncKernelBuffer()) { in ProcessJITDebugInfo()
775 bool JITDebugReader::AddDebugInfo(std::vector<JITDebugInfo> debug_info, bool sync_kernel_records) { in AddDebugInfo() argument782 return debug_info_callback_(std::move(debug_info), sync_kernel_records); in AddDebugInfo()