Searched refs:last_producer_id_ (Results 1 – 4 of 4) sorted by relevance
2714 ++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()
664 ProducerID last_producer_id_ = 0; variable
123 ProducerID* last_producer_id() { return &svc->last_producer_id_; } in last_producer_id()
211 ->last_producer_id_; in last_producer_id()