Searched refs:kMaxDataSourceInstances (Results 1 – 6 of 6) sorted by relevance
123 std::array<DataSourceStateStorage, kMaxDataSourceInstances> instances{};141 static_assert(sizeof(valid_instances.load()) * 8 >= kMaxDataSourceInstances, in CompilerAsserts()180 std::array<DataSourceInstanceThreadLocalState, kMaxDataSourceInstances>
41 constexpr size_t kMaxDataSourceInstances = 8; variable
47 PERFETTO_DCHECK(instance_index < kMaxDataSourceInstances); in EnableCategoryForInstance()57 PERFETTO_DCHECK(instance_index < kMaxDataSourceInstances); in DisableCategoryForInstance()
315 constexpr auto kMaxDataSourceInstances = internal::kMaxDataSourceInstances; variable350 for (uint32_t i = 0; i < kMaxDataSourceInstances; i++) {
202 sizeof(state_storage[0].load()) * 8 >= kMaxDataSourceInstances, in TrackEventCategoryRegistry()
857 for (uint32_t i = 0; i < kMaxDataSourceInstances; i++) { in SetupDataSource()875 for (uint32_t i = 0; i < kMaxDataSourceInstances; i++) { in SetupDataSource()1127 for (uint32_t inst = 0; inst < kMaxDataSourceInstances; inst++) { in DestroyStoppedTraceWritersForCurrentThread()1493 for (uint32_t i = 0; i < kMaxDataSourceInstances; i++) { in FindDataSource()