Searched refs:sync_kernel_records (Results 1 – 3 of 3) sorted by relevance
215 bool AddDebugInfo(const std::vector<JITDebugInfo>& debug_info, bool sync_kernel_records);
359 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() argument622 return ProcessJITDebugInfo(debug_info, sync_kernel_records); in PrepareRecording()1447 bool sync_kernel_records) { in ProcessJITDebugInfo() argument1477 if (sync_kernel_records && !event_selection_set_.SyncKernelBuffer()) { in ProcessJITDebugInfo()
781 bool sync_kernel_records) { in AddDebugInfo() argument788 return debug_info_callback_(debug_info, sync_kernel_records); in AddDebugInfo()