/external/perfetto/src/tracing/test/ |
D | fake_producer_endpoint.h | 37 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() function
|
/external/perfetto/src/tracing/ipc/service/ |
D | producer_ipc_service.h | 59 void NotifyDataSourceStarted(
|
D | producer_ipc_service.cc | 266 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/ |
D | producer_ipc_client_impl.h | 70 void NotifyDataSourceStarted(DataSourceInstanceID) override;
|
D | producer_ipc_client_impl.cc | 394 void ProducerIPCClientImpl::NotifyDataSourceStarted(DataSourceInstanceID id) { in NotifyDataSourceStarted() function in perfetto::ProducerIPCClientImpl 403 producer_port_.NotifyDataSourceStarted( in NotifyDataSourceStarted()
|
/external/perfetto/src/tracing/internal/ |
D | tracing_backend_fake.cc | 70 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() function in perfetto::internal::__anon8419e1c30111::UnsupportedProducerEndpoint
|
D | tracing_muxer_impl.cc | 209 service_->NotifyDataSourceStarted(id); in StartDataSource()
|
/external/perfetto/include/perfetto/ext/tracing/core/ |
D | tracing_service.h | 132 virtual void NotifyDataSourceStarted(DataSourceInstanceID) = 0;
|
/external/perfetto/protos/perfetto/common/ |
D | data_source_descriptor.proto | 37 // NotifyDataSourceStarted() IPC. This field has been introduced after
|
/external/perfetto/src/tracing/core/ |
D | tracing_service_impl.h | 111 void NotifyDataSourceStarted(DataSourceInstanceID) override; 264 void NotifyDataSourceStarted(ProducerID, const DataSourceInstanceID);
|
D | shared_memory_arbiter_impl_unittest.cc | 47 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() function in perfetto::MockProducerEndpoint
|
D | tracing_service_impl_unittest.cc | 2152 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()
|
D | tracing_service_impl.cc | 1274 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/ |
D | heapprofd_producer_unittest.cc | 39 MOCK_METHOD1(NotifyDataSourceStarted, void(DataSourceInstanceID));
|
/external/perfetto/protos/perfetto/ipc/ |
D | producer_port.proto | 67 rpc NotifyDataSourceStarted(NotifyDataSourceStartedRequest) rpc 227 // Arguments for rpc NotifyDataSourceStarted().
|
/external/perfetto/src/traced/probes/ |
D | probes_producer.cc | 215 endpoint_->NotifyDataSourceStarted(instance_id); in StartDataSource()
|
/external/perfetto/protos/perfetto/config/ |
D | perfetto_config.proto | 167 // NotifyDataSourceStarted() IPC. This field has been introduced after
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 167 // NotifyDataSourceStarted() IPC. This field has been introduced after
|