Home
last modified time | relevance | path

Searched refs:kMaxDataSourceInstances (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/include/perfetto/tracing/internal/
Ddata_source_internal.h123 std::array<DataSourceStateStorage, kMaxDataSourceInstances> instances{};
141 static_assert(sizeof(valid_instances.load()) * 8 >= kMaxDataSourceInstances, in CompilerAsserts()
180 std::array<DataSourceInstanceThreadLocalState, kMaxDataSourceInstances>
Dbasic_types.h41 constexpr size_t kMaxDataSourceInstances = 8; variable
/external/perfetto/src/tracing/
Dtrack_event_category_registry.cc47 PERFETTO_DCHECK(instance_index < kMaxDataSourceInstances); in EnableCategoryForInstance()
57 PERFETTO_DCHECK(instance_index < kMaxDataSourceInstances); in DisableCategoryForInstance()
/external/perfetto/include/perfetto/tracing/
Ddata_source.h315 constexpr auto kMaxDataSourceInstances = internal::kMaxDataSourceInstances; variable
350 for (uint32_t i = 0; i < kMaxDataSourceInstances; i++) {
Dtrack_event_category_registry.h202 sizeof(state_storage[0].load()) * 8 >= kMaxDataSourceInstances, in TrackEventCategoryRegistry()
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc857 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()