Searched refs:flush_id (Results 1 – 8 of 8) sorted by relevance
764 void HeapprofdProducer::Flush(FlushRequestID flush_id, in Flush() argument767 size_t& flush_in_progress = flushes_in_progress_[flush_id]; in Flush()781 auto callback = [weak_producer, flush_id] { in Flush()785 return weak_producer->task_runner_->PostTask([weak_producer, flush_id] { in Flush()787 return weak_producer->FinishDataSourceFlush(flush_id); in Flush()793 endpoint_->NotifyFlushComplete(flush_id); in Flush()794 flushes_in_progress_.erase(flush_id); in Flush()798 void HeapprofdProducer::FinishDataSourceFlush(FlushRequestID flush_id) { in FinishDataSourceFlush() argument799 auto it = flushes_in_progress_.find(flush_id); in FinishDataSourceFlush()802 flush_id); in FinishDataSourceFlush()[all …]
158 void JavaHprofProducer::Flush(FlushRequestID flush_id, in Flush() argument161 endpoint_->NotifyFlushComplete(flush_id); in Flush()
262 void FinishDataSourceFlush(FlushRequestID flush_id);
167 void BuiltinProducer::Flush(FlushRequestID flush_id, in Flush() argument177 endpoint_->NotifyFlushComplete(flush_id); in Flush()
318 void FtraceController::Flush(FlushRequestID flush_id) { in Flush() argument336 data_source->OnFtraceFlushComplete(flush_id); in Flush()
81 void Flush(FlushRequestID flush_id,
419 void PerfProducer::Flush(FlushRequestID flush_id, in Flush() argument433 endpoint_->NotifyFlushComplete(flush_id); in Flush()
217 void TracingMuxerImpl::ProducerImpl::Flush(FlushRequestID flush_id, in Flush() argument222 service_->NotifyFlushComplete(flush_id); in Flush()