Home | History | Annotate | Download | only in core

Lines Matching refs:DisableTracing

239     FreeBuffers(consumer->tracing_session_id_);  // Will also DisableTracing().
755 // DisableTracing just stops the data sources but doesn't free up any buffer.
759 void TracingServiceImpl::DisableTracing(TracingSessionID tsid,
766 PERFETTO_DLOG("DisableTracing() failed, invalid session ID %" PRIu64, tsid);
771 // Spurious call to DisableTracing() while already disabled, nothing to do.
777 // A) The case of a graceful DisableTracing() call followed by a call to
995 // Always invoked kDataSourceStopTimeoutMs after DisableTracing(). In nominal
1291 weak_this->DisableTracing(tsid);
1603 DisableTracing(tsid);
1640 DisableTracing(tsid, /*disable_immediately=*/true);
2044 // call FreeBuffers() or DisableTracing(). This is because in
2046 // DisableTracing() allows a graceful shutdown. Consumers can follow
2050 DisableTracing(tsid);
2330 void TracingServiceImpl::ConsumerEndpointImpl::DisableTracing() {
2333 PERFETTO_LOG("Consumer called DisableTracing() but tracing was not active");
2336 service_->DisableTracing(tracing_session_id_);