Home | History | Annotate | Download | only in core

Lines Matching refs:FreeBuffers

239     FreeBuffers(consumer->tracing_session_id_);  // Will also DisableTracing().
318 "is already active (forgot a call to FreeBuffers() ?)");
758 // in FreeBuffers().
765 // FreeBuffers().
778 // FreeBuffers(), iff |disable_immediately| == true. In this case we want
842 // needed to call ReadBuffers(). FreeBuffers() will erase() the session.
1297 weak_this->FreeBuffers(tsid);
1632 void TracingServiceImpl::FreeBuffers(TracingSessionID tsid) {
1637 PERFETTO_DLOG("FreeBuffers() failed, invalid session ID %" PRIu64, tsid);
2044 // call FreeBuffers() or DisableTracing(). This is because in
2348 void TracingServiceImpl::ConsumerEndpointImpl::FreeBuffers() {
2351 PERFETTO_LOG("Consumer called FreeBuffers() but tracing was not active");
2354 service_->FreeBuffers(tracing_session_id_);