Home
last modified time | relevance | path

Searched defs:RegisteredDataSource (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.h112 struct RegisteredDataSource { struct
113 DataSourceDescriptor descriptor;
115 bool supports_multiple_instances = false;
116 bool requires_callbacks_under_lock = false;
117 bool no_flush = false;
118 DataSourceStaticState* static_state = nullptr;
Dtracing_muxer_impl.cc63 using RegisteredDataSource = TracingMuxerImpl::RegisteredDataSource; typedef
/external/perfetto/src/tracing/service/
Dtracing_service_impl.h432 struct RegisteredDataSource { struct
433 ProducerID producer_id;
434 DataSourceDescriptor descriptor;