Home
last modified time | relevance | path

Searched refs:biggest_flush_id (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc416 std::optional<DataSourceInstanceID> biggest_flush_id; in NotifyFlushForDataSourceDone() local
419 biggest_flush_id = it->first; in NotifyFlushForDataSourceDone()
426 if (biggest_flush_id) { in NotifyFlushForDataSourceDone()
427 service_->NotifyFlushComplete(*biggest_flush_id); in NotifyFlushForDataSourceDone()