/external/perfetto/src/tracing/test/ |
D | fake_producer_endpoint.h | 38 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() function
|
/external/perfetto/src/tracing/ipc/service/ |
D | producer_ipc_service.h | 62 void NotifyDataSourceStopped(
|
D | producer_ipc_service.cc | 288 void ProducerIPCService::NotifyDataSourceStopped( in NotifyDataSourceStopped() function in perfetto::ProducerIPCService 300 producer->service_endpoint->NotifyDataSourceStopped(request.data_source_id()); in NotifyDataSourceStopped()
|
/external/perfetto/src/tracing/ipc/producer/ |
D | producer_ipc_client_impl.h | 71 void NotifyDataSourceStopped(DataSourceInstanceID) override;
|
D | producer_ipc_client_impl.cc | 407 void ProducerIPCClientImpl::NotifyDataSourceStopped(DataSourceInstanceID id) { in NotifyDataSourceStopped() function in perfetto::ProducerIPCClientImpl 416 producer_port_.NotifyDataSourceStopped( in NotifyDataSourceStopped()
|
/external/perfetto/src/tracing/internal/ |
D | tracing_backend_fake.cc | 71 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() function in perfetto::internal::__anon8419e1c30111::UnsupportedProducerEndpoint
|
D | tracing_muxer_impl.cc | 1039 producer->service_->NotifyDataSourceStopped(instance_id); in StopDataSource_AsyncEnd()
|
/external/perfetto/include/perfetto/ext/tracing/core/ |
D | tracing_service.h | 137 virtual void NotifyDataSourceStopped(DataSourceInstanceID) = 0;
|
/external/perfetto/protos/perfetto/common/ |
D | data_source_descriptor.proto | 32 // NotifyDataSourceStopped() IPC. This field has been introduced after
|
/external/perfetto/src/traced/service/ |
D | builtin_producer.cc | 135 endpoint_->NotifyDataSourceStopped(ds_id); in StopDataSource()
|
/external/perfetto/src/tracing/core/ |
D | tracing_service_impl.h | 112 void NotifyDataSourceStopped(DataSourceInstanceID) override; 265 void NotifyDataSourceStopped(ProducerID, const DataSourceInstanceID);
|
D | shared_memory_arbiter_impl_unittest.cc | 48 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() function in perfetto::MockProducerEndpoint
|
D | tracing_service_impl.cc | 1340 void TracingServiceImpl::NotifyDataSourceStopped( in NotifyDataSourceStopped() function in perfetto::TracingServiceImpl 2399 NotifyDataSourceStopped(producer_id, ds_inst_id); in UnregisterDataSource() 3819 void TracingServiceImpl::ProducerEndpointImpl::NotifyDataSourceStopped( in NotifyDataSourceStopped() function in perfetto::TracingServiceImpl::ProducerEndpointImpl 3822 service_->NotifyDataSourceStopped(id_, data_source_id); in NotifyDataSourceStopped()
|
D | tracing_service_impl_unittest.cc | 2172 producer->endpoint()->NotifyDataSourceStopped(id1); in TEST_F() 2173 producer->endpoint()->NotifyDataSourceStopped(id2); in TEST_F()
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer_unittest.cc | 40 MOCK_METHOD1(NotifyDataSourceStopped, void(DataSourceInstanceID));
|
D | heapprofd_producer.cc | 594 endpoint_->NotifyDataSourceStopped(id); in StopDataSource() 1191 weak_producer->endpoint_->NotifyDataSourceStopped(ds_id); in MaybeFinishDataSource()
|
/external/perfetto/protos/perfetto/ipc/ |
D | producer_port.proto | 73 rpc NotifyDataSourceStopped(NotifyDataSourceStoppedRequest) rpc 236 // Arguments for rpc NotifyDataSourceStopped().
|
/external/perfetto/src/profiling/perf/ |
D | perf_producer.cc | 404 endpoint_->NotifyDataSourceStopped(ds_id); in StopDataSource() 885 endpoint_->NotifyDataSourceStopped(ds_id); in FinishDataSourceStop()
|
/external/perfetto/src/traced/probes/ |
D | probes_producer.cc | 354 endpoint_->NotifyDataSourceStopped(id); in StopDataSource()
|
/external/perfetto/protos/perfetto/config/ |
D | perfetto_config.proto | 162 // NotifyDataSourceStopped() IPC. This field has been introduced after
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 162 // NotifyDataSourceStopped() IPC. This field has been introduced after
|