Searched refs:stack_frames_writer_ (Results 1 – 2 of 2) sorted by relevance
357 if (stack_frames_writer_ != nullptr) { in FlushNonExecutionFiles()358 TF_RETURN_IF_ERROR(stack_frames_writer_->Flush()); in FlushNonExecutionFiles()429 if (stack_frames_writer_ != nullptr) { in Close()430 if (!stack_frames_writer_->Close().ok()) { in Close()431 failed_to_close_files.push_back(stack_frames_writer_->FileName()); in Close()433 stack_frames_writer_.reset(nullptr); in Close()538 *writer = &stack_frames_writer_; in SelectWriter()
258 std::unique_ptr<SingleDebugEventFileWriter> stack_frames_writer_; variable