Home
last modified time | relevance | path

Searched refs:NotifyDataSourceStarted (Results 1 – 18 of 18) sorted by relevance

/external/perfetto/src/tracing/test/
Dfake_producer_endpoint.h37 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() function
/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.h59 void NotifyDataSourceStarted(
Dproducer_ipc_service.cc266 void ProducerIPCService::NotifyDataSourceStarted( in NotifyDataSourceStarted() function in perfetto::ProducerIPCService
278 producer->service_endpoint->NotifyDataSourceStarted(request.data_source_id()); in NotifyDataSourceStarted()
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.h70 void NotifyDataSourceStarted(DataSourceInstanceID) override;
Dproducer_ipc_client_impl.cc394 void ProducerIPCClientImpl::NotifyDataSourceStarted(DataSourceInstanceID id) { in NotifyDataSourceStarted() function in perfetto::ProducerIPCClientImpl
403 producer_port_.NotifyDataSourceStarted( in NotifyDataSourceStarted()
/external/perfetto/src/tracing/internal/
Dtracing_backend_fake.cc70 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() function in perfetto::internal::__anon8419e1c30111::UnsupportedProducerEndpoint
Dtracing_muxer_impl.cc209 service_->NotifyDataSourceStarted(id); in StartDataSource()
/external/perfetto/include/perfetto/ext/tracing/core/
Dtracing_service.h132 virtual void NotifyDataSourceStarted(DataSourceInstanceID) = 0;
/external/perfetto/protos/perfetto/common/
Ddata_source_descriptor.proto37 // NotifyDataSourceStarted() IPC. This field has been introduced after
/external/perfetto/src/tracing/core/
Dtracing_service_impl.h111 void NotifyDataSourceStarted(DataSourceInstanceID) override;
264 void NotifyDataSourceStarted(ProducerID, const DataSourceInstanceID);
Dshared_memory_arbiter_impl_unittest.cc47 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() function in perfetto::MockProducerEndpoint
Dtracing_service_impl_unittest.cc2152 producer->endpoint()->NotifyDataSourceStarted(id1); in TEST_F()
3231 producer->endpoint()->NotifyDataSourceStarted(id1); in TEST_F()
3246 producer->endpoint()->NotifyDataSourceStarted(id2); in TEST_F()
3345 producer->endpoint()->NotifyDataSourceStarted(id1); in TEST_F()
Dtracing_service_impl.cc1274 void TracingServiceImpl::NotifyDataSourceStarted( in NotifyDataSourceStarted() function in perfetto::TracingServiceImpl
3813 void TracingServiceImpl::ProducerEndpointImpl::NotifyDataSourceStarted( in NotifyDataSourceStarted() function in perfetto::TracingServiceImpl::ProducerEndpointImpl
3816 service_->NotifyDataSourceStarted(id_, data_source_id); in NotifyDataSourceStarted()
/external/perfetto/src/profiling/memory/
Dheapprofd_producer_unittest.cc39 MOCK_METHOD1(NotifyDataSourceStarted, void(DataSourceInstanceID));
/external/perfetto/protos/perfetto/ipc/
Dproducer_port.proto67 rpc NotifyDataSourceStarted(NotifyDataSourceStartedRequest) rpc
227 // Arguments for rpc NotifyDataSourceStarted().
/external/perfetto/src/traced/probes/
Dprobes_producer.cc215 endpoint_->NotifyDataSourceStarted(instance_id); in StartDataSource()
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto167 // NotifyDataSourceStarted() IPC. This field has been introduced after
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto167 // NotifyDataSourceStarted() IPC. This field has been introduced after