Home
last modified time | relevance | path

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

12

/external/perfetto/src/traced/probes/ftrace/
Dftrace_controller_unittest.cc274 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
317 ASSERT_TRUE(controller->StartDataSource(data_sourceA.get())); in TEST()
318 ASSERT_TRUE(controller->StartDataSource(data_sourceB.get())); in TEST()
347 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
381 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
391 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
402 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
411 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
421 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
432 ASSERT_TRUE(controller->StartDataSource(data_source.get())); in TEST()
Dftrace_data_source.cc62 if (!ftrace->StartDataSource(this)) in Start()
Dftrace_controller.h69 bool StartDataSource(FtraceDataSource*);
Dftrace_controller.cc371 bool FtraceController::StartDataSource(FtraceDataSource* data_source) { in StartDataSource() function in perfetto::FtraceController
/external/perfetto/protos/perfetto/ipc/
Dproducer_port.proto64 // Sent by the client in response to a StartDataSource message, when a data
258 // Called after SetupTracing and before StartDataSource.
265 message StartDataSource { message
282 // The instance id (i.e. StartDataSource.new_instance_id) of the data
298 // The instance id (i.e. StartDataSource.new_instance_id) of the data
307 StartDataSource start_data_source = 1;
/external/perfetto/src/tracing/test/
Dtracing_integration_test.cc64 MOCK_METHOD2(StartDataSource,
250 EXPECT_CALL(producer_, StartDataSource(_, _)) in TEST_F()
363 EXPECT_CALL(producer_, StartDataSource(_, _)) in TEST_F()
396 EXPECT_CALL(producer_, StartDataSource(_, _)) in TEST_F()
486 EXPECT_CALL(producer_, StartDataSource(_, _)) in TEST_F()
Dmock_producer.h85 MOCK_METHOD2(StartDataSource,
Dmock_producer.cc122 StartDataSource(_, Property(&DataSourceConfig::name, Eq(name)))) in WaitForDataSourceStart()
/external/perfetto/include/perfetto/ext/tracing/core/
Dproducer.h90 virtual void StartDataSource(DataSourceInstanceID,
/external/perfetto/src/perfetto_cmd/
Dtrigger_producer.h48 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
Dtrigger_producer.cc75 void TriggerProducer::StartDataSource(DataSourceInstanceID, in StartDataSource() function in perfetto::TriggerProducer
/external/perfetto/src/traced/service/
Dbuiltin_producer.h44 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
Dbuiltin_producer.cc111 void BuiltinProducer::StartDataSource(DataSourceInstanceID ds_id, in StartDataSource() function in perfetto::BuiltinProducer
/external/perfetto/src/profiling/memory/
Djava_hprof_producer.h50 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
Djava_hprof_producer.cc126 void JavaHprofProducer::StartDataSource(DataSourceInstanceID id, in StartDataSource() function in perfetto::profiling::JavaHprofProducer
Dheapprofd_producer.h120 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.h124 void StartDataSource(TracingBackendId, DataSourceInstanceID);
188 void StartDataSource(DataSourceInstanceID,
/external/perfetto/src/tracing/ipc/service/
Dproducer_ipc_service.h88 void StartDataSource(DataSourceInstanceID,
/external/perfetto/test/
Dfake_producer.h77 void StartDataSource(DataSourceInstanceID,
Dend_to_end_shared_memory_fuzzer.cc80 void StartDataSource(DataSourceInstanceID, in StartDataSource() function in perfetto::shm_fuzz::__anon701830ce0111::FakeProducer
Dfake_producer.cc88 void FakeProducer::StartDataSource(DataSourceInstanceID, in StartDataSource() function in perfetto::FakeProducer
/external/perfetto/src/traced/probes/
Dprobes_producer.h53 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
/external/perfetto/src/profiling/perf/
Dperf_producer.h78 void StartDataSource(DataSourceInstanceID instance_id,
Dunwinding.h161 void StartDataSource(DataSourceInstanceID ds_id, bool kernel_frames);
Dunwinding.cc50 [this, ds_id, kernel_frames] { StartDataSource(ds_id, kernel_frames); }); in PostStartDataSource()
53 void Unwinder::StartDataSource(DataSourceInstanceID ds_id, bool kernel_frames) { in StartDataSource() function in perfetto::profiling::Unwinder

12