/aosp_15_r20/external/perfetto/src/tracing/test/ |
H A D | proxy_producer_endpoint.cc | 108 void ProxyProducerEndpoint::NotifyDataSourceStarted(DataSourceInstanceID id) { in NotifyDataSourceStarted() function in perfetto::ProxyProducerEndpoint 112 backend_->NotifyDataSourceStarted(id); in NotifyDataSourceStarted()
|
H A D | mock_producer_endpoint.h | 54 NotifyDataSourceStarted,
|
H A D | proxy_producer_endpoint.h | 54 void NotifyDataSourceStarted(DataSourceInstanceID) override;
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_ipc_ipc_gen_headers/gen/external/perfetto/protos/perfetto/ipc/ |
D | producer_port.ipc.h | 54 …virtual void NotifyDataSourceStarted(const NotifyDataSourceStartedRequest&, DeferredNotifyDataSour… 102 …void NotifyDataSourceStarted(const NotifyDataSourceStartedRequest&, DeferredNotifyDataSourceStarte…
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_ipc_ipc_gen_headers/gen/external/perfetto/protos/perfetto/ipc/ |
H A D | producer_port.ipc.h | 54 …virtual void NotifyDataSourceStarted(const NotifyDataSourceStartedRequest&, DeferredNotifyDataSour… 102 …void NotifyDataSourceStarted(const NotifyDataSourceStartedRequest&, DeferredNotifyDataSourceStarte…
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_ipc_ipc_gen/gen/external/perfetto/protos/perfetto/ipc/ |
D | producer_port.ipc.cc | 60 …taSourceStartedRequest, NotifyDataSourceStartedResponse, &ProducerPort::NotifyDataSourceStarted>}); in NewDescriptor() 147 void ProducerPortProxy::NotifyDataSourceStarted(const NotifyDataSourceStartedRequest& request, Defe… in NotifyDataSourceStarted() function in perfetto::protos::gen::ProducerPortProxy
|
/aosp_15_r20/external/perfetto/src/tracing/ipc/service/ |
H A D | producer_ipc_service.cc | 302 void ProducerIPCService::NotifyDataSourceStarted( in NotifyDataSourceStarted() function in perfetto::ProducerIPCService 314 producer->service_endpoint->NotifyDataSourceStarted(request.data_source_id()); in NotifyDataSourceStarted()
|
H A D | producer_ipc_service.h | 61 void NotifyDataSourceStarted(
|
/aosp_15_r20/external/perfetto/src/tracing/ipc/producer/ |
H A D | producer_ipc_client_impl.cc | 522 void ProducerIPCClientImpl::NotifyDataSourceStarted(DataSourceInstanceID id) { in NotifyDataSourceStarted() function in perfetto::ProducerIPCClientImpl 531 producer_port_->NotifyDataSourceStarted( in NotifyDataSourceStarted()
|
H A D | producer_ipc_client_impl.h | 76 void NotifyDataSourceStarted(DataSourceInstanceID) override;
|
/aosp_15_r20/external/perfetto/src/tracing/internal/ |
H A D | tracing_backend_fake.cc | 80 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() function in perfetto::internal::__anon2f8ba0520111::UnsupportedProducerEndpoint
|
H A D | tracing_muxer_impl.cc | 291 service_->NotifyDataSourceStarted(id); in StartDataSource()
|
/aosp_15_r20/external/perfetto/src/tracing/service/ |
H A D | tracing_service_impl.h | 128 void NotifyDataSourceStarted(DataSourceInstanceID) override; 335 void NotifyDataSourceStarted(ProducerID, DataSourceInstanceID);
|
H A D | tracing_service_impl_unittest.cc | 2618 producer->endpoint()->NotifyDataSourceStarted(id1); in TEST_F() 3912 producer->endpoint()->NotifyDataSourceStarted(id1); in TEST_F() 3927 producer->endpoint()->NotifyDataSourceStarted(id2); in TEST_F() 4026 producer->endpoint()->NotifyDataSourceStarted(id1); in TEST_F() 6121 producer->endpoint()->NotifyDataSourceStarted(id1); in TEST_F() 6122 producer->endpoint()->NotifyDataSourceStarted(id3); in TEST_F()
|
H A D | tracing_service_impl.cc | 1501 void TracingServiceImpl::NotifyDataSourceStarted( in NotifyDataSourceStarted() function in perfetto::TracingServiceImpl 4935 void TracingServiceImpl::ProducerEndpointImpl::NotifyDataSourceStarted( in NotifyDataSourceStarted() function in perfetto::TracingServiceImpl::ProducerEndpointImpl 4938 service_->NotifyDataSourceStarted(id_, data_source_id); in NotifyDataSourceStarted()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/tracing/core/ |
H A D | tracing_service.h | 140 virtual void NotifyDataSourceStarted(DataSourceInstanceID) = 0;
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/tracing/core/ |
H A D | tracing_service.h | 140 virtual void NotifyDataSourceStarted(DataSourceInstanceID) = 0;
|
/aosp_15_r20/external/perfetto/protos/perfetto/ipc/ |
H A D | producer_port.proto | 67 rpc NotifyDataSourceStarted(NotifyDataSourceStartedRequest) rpc 253 // Arguments for rpc NotifyDataSourceStarted().
|
/aosp_15_r20/external/perfetto/protos/perfetto/common/ |
H A D | data_source_descriptor.proto | 45 // NotifyDataSourceStarted() IPC. This field has been introduced after
|
/aosp_15_r20/external/perfetto/src/traced/probes/ |
H A D | probes_producer.cc | 441 endpoint_->NotifyDataSourceStarted(instance_id); in StartDataSource()
|
/aosp_15_r20/external/perfetto/protos/perfetto/config/ |
H A D | perfetto_config.proto | 192 // NotifyDataSourceStarted() IPC. This field has been introduced after
|
/aosp_15_r20/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 167 // NotifyDataSourceStarted() IPC. This field has been introduced after
|
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 192 // NotifyDataSourceStarted() IPC. This field has been introduced after
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 192 // NotifyDataSourceStarted() IPC. This field has been introduced after
|