Searched refs:kMaxDataSources (Results 1 – 5 of 5) sorted by relevance
35 constexpr size_t kMaxDataSources = 32; variable
84 std::array<DataSourceThreadLocalState, kMaxDataSources> data_sources_tls{};
118 uint32_t index = kMaxDataSources;
769 if (static_state->index != kMaxDataSources) in RegisterDataSource()774 if (new_index >= kMaxDataSources) { in RegisterDataSource()1145 for (size_t ds_idx = 0; ds_idx < kMaxDataSources; ds_idx++) { in DestroyStoppedTraceWritersForCurrentThread()1165 PERFETTO_DCHECK(rds.static_state->index < kMaxDataSources); in UpdateDataSourcesOnAllBackends()
207 std::bitset<kMaxDataSources> registered_data_sources_{};