Home
last modified time | relevance | path

Searched refs:StartDataSource (Results 1 – 25 of 26) sorted by relevance

12

/external/perfetto/src/traced/probes/ftrace/
Dftrace_controller_unittest.cc332 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
363 ASSERT_TRUE(controller->StartDataSource(data_sourceA.get())); in TEST()
364 ASSERT_TRUE(controller->StartDataSource(data_sourceB.get())); in TEST()
390 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
419 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
434 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
461 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
471 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
482 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
492 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
[all …]
Dftrace_data_source.cc58 if (!ftrace->StartDataSource(this)) in Start()
Dftrace_controller.h74 bool StartDataSource(FtraceDataSource*);
Dftrace_controller.cc413 bool FtraceController::StartDataSource(FtraceDataSource* data_source) { in StartDataSource() function in perfetto::FtraceController
/external/perfetto/protos/perfetto/ipc/
Dproducer_port.proto65 // Sent by the client in response to a StartDataSource message, when a data
200 // Called after SetupTracing and before StartDataSource.
207 message StartDataSource { message
222 // The instance id (i.e. StartDataSource.new_instance_id) of the data
238 // The instance id (i.e. StartDataSource.new_instance_id) of the data
247 StartDataSource start_data_source = 1;
/external/perfetto/src/tracing/test/
Dtracing_integration_test.cc64 MOCK_METHOD2(StartDataSource,
251 EXPECT_CALL(producer_, StartDataSource(_, _)) in TEST_F()
382 EXPECT_CALL(producer_, StartDataSource(_, _)) in TEST_F()
471 EXPECT_CALL(producer_, StartDataSource(_, _)) in TEST_F()
Dmock_producer.h82 MOCK_METHOD2(StartDataSource,
Dmock_producer.cc118 StartDataSource(_, Property(&DataSourceConfig::name, Eq(name)))) in WaitForDataSourceStart()
/external/perfetto/include/perfetto/tracing/core/
Dproducer.h91 virtual void StartDataSource(DataSourceInstanceID,
/external/perfetto/src/perfetto_cmd/
Dtrigger_producer.h50 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
Dtrigger_producer.cc77 void TriggerProducer::StartDataSource(DataSourceInstanceID, in StartDataSource() function in perfetto::TriggerProducer
/external/perfetto/test/
Dfake_producer.h52 void StartDataSource(DataSourceInstanceID,
Dfake_producer.cc67 void FakeProducer::StartDataSource(DataSourceInstanceID, in StartDataSource() function in perfetto::FakeProducer
Dend_to_end_shared_memory_fuzzer.cc82 void StartDataSource(DataSourceInstanceID, in StartDataSource() function in perfetto::shm_fuzz::FakeProducer
/external/perfetto/src/traced/service/
Dlazy_producer.h43 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override { in StartDataSource() function
/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.h87 void StartDataSource(DataSourceInstanceID,
Dproducer_ipc_service.cc348 void ProducerIPCService::RemoteProducer::StartDataSource( in StartDataSource() function in perfetto::ProducerIPCService::RemoteProducer
/external/perfetto/src/traced/probes/
Dprobes_producer.h51 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
Dprobes_producer.cc197 void ProbesProducer::StartDataSource(DataSourceInstanceID instance_id, in StartDataSource() function in perfetto::ProbesProducer
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h112 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.cc154 producer_->StartDataSource(dsid, cfg); in OnServiceRequest()
/external/perfetto/src/tracing/core/
Dtracing_service_impl_unittest.cc297 EXPECT_CALL(*producer, StartDataSource(_, _)).Times(0); in TEST_F()
352 EXPECT_CALL(*producer, StartDataSource(_, _)).Times(0); in TEST_F()
395 EXPECT_CALL(*producer, StartDataSource(_, _)).Times(0); in TEST_F()
488 EXPECT_CALL(*producer, StartDataSource(_, _)).Times(0); in TEST_F()
942 EXPECT_CALL(*producer, StartDataSource(_, _)).Times(0); in TEST_F()
1219 EXPECT_CALL(*producer3, StartDataSource(_, _)).Times(1); in TEST_F()
Dtracing_service_impl.h102 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&);
Dtracing_service_impl.cc752 producer->StartDataSource(instance->instance_id, instance->config); in StartDataSourceInstance()
2705 void TracingServiceImpl::ProducerEndpointImpl::StartDataSource( in StartDataSource() function in perfetto::TracingServiceImpl::ProducerEndpointImpl
2712 weak_this->producer_->StartDataSource(ds_id, std::move(config)); in StartDataSource()
/external/perfetto/docs/
Dlife-of-a-tracing-session.md26 [`StartDataSource`](/protos/perfetto/ipc/producer_port.proto#105) IPC message

12