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