/external/perfetto/src/traced/probes/ftrace/ |
D | ftrace_controller_unittest.cc | 274 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()
|
D | ftrace_data_source.cc | 62 if (!ftrace->StartDataSource(this)) in Start()
|
D | ftrace_controller.h | 69 bool StartDataSource(FtraceDataSource*);
|
D | ftrace_controller.cc | 371 bool FtraceController::StartDataSource(FtraceDataSource* data_source) { in StartDataSource() function in perfetto::FtraceController
|
/external/perfetto/protos/perfetto/ipc/ |
D | producer_port.proto | 64 // 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/ |
D | tracing_integration_test.cc | 64 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()
|
D | mock_producer.h | 85 MOCK_METHOD2(StartDataSource,
|
D | mock_producer.cc | 122 StartDataSource(_, Property(&DataSourceConfig::name, Eq(name)))) in WaitForDataSourceStart()
|
/external/perfetto/include/perfetto/ext/tracing/core/ |
D | producer.h | 90 virtual void StartDataSource(DataSourceInstanceID,
|
/external/perfetto/src/perfetto_cmd/ |
D | trigger_producer.h | 48 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
|
D | trigger_producer.cc | 75 void TriggerProducer::StartDataSource(DataSourceInstanceID, in StartDataSource() function in perfetto::TriggerProducer
|
/external/perfetto/src/traced/service/ |
D | builtin_producer.h | 44 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
|
D | builtin_producer.cc | 111 void BuiltinProducer::StartDataSource(DataSourceInstanceID ds_id, in StartDataSource() function in perfetto::BuiltinProducer
|
/external/perfetto/src/profiling/memory/ |
D | java_hprof_producer.h | 50 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
|
D | java_hprof_producer.cc | 126 void JavaHprofProducer::StartDataSource(DataSourceInstanceID id, in StartDataSource() function in perfetto::profiling::JavaHprofProducer
|
D | heapprofd_producer.h | 120 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
|
/external/perfetto/src/tracing/internal/ |
D | tracing_muxer_impl.h | 124 void StartDataSource(TracingBackendId, DataSourceInstanceID); 188 void StartDataSource(DataSourceInstanceID,
|
/external/perfetto/test/ |
D | fake_producer.h | 77 void StartDataSource(DataSourceInstanceID,
|
D | end_to_end_shared_memory_fuzzer.cc | 80 void StartDataSource(DataSourceInstanceID, in StartDataSource() function in perfetto::shm_fuzz::__anon983fe3950111::FakeProducer
|
D | fake_producer.cc | 88 void FakeProducer::StartDataSource(DataSourceInstanceID, in StartDataSource() function in perfetto::FakeProducer
|
/external/perfetto/src/tracing/ipc/service/ |
D | producer_ipc_service.h | 88 void StartDataSource(DataSourceInstanceID,
|
/external/perfetto/src/traced/probes/ |
D | probes_producer.h | 53 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override;
|
/external/perfetto/src/profiling/perf/ |
D | perf_producer.h | 78 void StartDataSource(DataSourceInstanceID instance_id,
|
D | unwinding.h | 161 void StartDataSource(DataSourceInstanceID ds_id, bool kernel_frames);
|
D | unwinding.cc | 50 [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
|