Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc2017 ++last_producer_id_; in GetNextProducerID()
2018 } while (producers_.count(last_producer_id_) || last_producer_id_ == 0); in GetNextProducerID()
2019 PERFETTO_DCHECK(last_producer_id_ > 0 && last_producer_id_ <= kMaxProducerID); in GetNextProducerID()
2020 return last_producer_id_; in GetNextProducerID()
2184 trace_stats.set_producers_seen(last_producer_id_); in GetTraceStats()
Dtracing_service_impl.h528 ProducerID last_producer_id_ = 0; variable
Dtracing_service_impl_unittest.cc110 ProducerID* last_producer_id() { return &svc->last_producer_id_; } in last_producer_id()
/external/perfetto/src/tracing/test/
Dtracing_integration_test.cc211 ->last_producer_id_; in last_producer_id()