HomeSort by relevance Sort by last modified time
    Searched refs:kMaxProducerID (Results 1 - 5 of 5) sorted by null

  /external/perfetto/include/perfetto/tracing/core/
basic_types.h 49 static constexpr ProducerID kMaxProducerID = static_cast<ProducerID>(-1);
  /external/perfetto/src/tracing/core/
tracing_service_impl.h 369 static_assert(kMaxPacketSequenceID > kMaxProducerID * kMaxWriterID,
tracing_service_impl.cc 157 if (producers_.size() >= kMaxProducerID) {
    [all...]
trace_buffer_unittest.cc 338 std::uniform_int_distribution<ProducerID> prod_dist(1, kMaxProducerID);
    [all...]
tracing_service_impl_unittest.cc     [all...]

Completed in 204 milliseconds