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.cc2714 ++last_producer_id_; in GetNextProducerID()
2715 } while (producers_.count(last_producer_id_) || last_producer_id_ == 0); in GetNextProducerID()
2716 PERFETTO_DCHECK(last_producer_id_ > 0 && last_producer_id_ <= kMaxProducerID); in GetNextProducerID()
2717 return last_producer_id_; in GetNextProducerID()
3001 trace_stats.set_producers_seen(last_producer_id_); in GetTraceStats()
Dtracing_service_impl.h664 ProducerID last_producer_id_ = 0; variable
Dtracing_service_impl_unittest.cc123 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()