/external/perfetto/src/perfetto_cmd/ |
D | trigger_producer.cc | 73 void TriggerProducer::SetupDataSource(DataSourceInstanceID, in SetupDataSource() argument 77 void TriggerProducer::StartDataSource(DataSourceInstanceID, in StartDataSource() argument 81 void TriggerProducer::StopDataSource(DataSourceInstanceID) { in StopDataSource() argument 85 const DataSourceInstanceID*, in Flush() 90 void TriggerProducer::ClearIncrementalState(const DataSourceInstanceID*, in ClearIncrementalState()
|
/external/perfetto/src/traced/service/ |
D | lazy_producer.h | 43 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override { in StartDataSource() argument 46 const DataSourceInstanceID*, in Flush() 50 void ClearIncrementalState(const DataSourceInstanceID* /*data_source_ids*/, in ClearIncrementalState()
|
D | lazy_producer.cc | 51 void LazyProducer::SetupDataSource(DataSourceInstanceID, in SetupDataSource() argument 58 void LazyProducer::StopDataSource(DataSourceInstanceID) { in StopDataSource() argument
|
/external/perfetto/test/ |
D | fake_producer.cc | 62 void FakeProducer::SetupDataSource(DataSourceInstanceID, in SetupDataSource() argument 67 void FakeProducer::StartDataSource(DataSourceInstanceID, in StartDataSource() argument 84 void FakeProducer::StopDataSource(DataSourceInstanceID) { in StopDataSource() argument 137 const DataSourceInstanceID*, in Flush()
|
D | end_to_end_shared_memory_fuzzer.cc | 79 void SetupDataSource(DataSourceInstanceID, const DataSourceConfig&) override { in SetupDataSource() argument 82 void StartDataSource(DataSourceInstanceID, in StartDataSource() argument 99 void StopDataSource(DataSourceInstanceID) override {} in StopDataSource() argument 101 void Flush(FlushRequestID, const DataSourceInstanceID*, size_t) override {} in Flush() 102 void ClearIncrementalState(const DataSourceInstanceID*, size_t) {} in ClearIncrementalState()
|
D | fake_producer.h | 57 void ClearIncrementalState(const DataSourceInstanceID* /*data_source_ids*/, in ClearIncrementalState()
|
/external/perfetto/src/tracing/test/ |
D | fake_producer_endpoint.h | 35 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() argument 36 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() argument
|
D | tracing_integration_test.cc | 384 DataSourceInstanceID, const DataSourceConfig& cfg) { in TEST_F() argument 473 DataSourceInstanceID, const DataSourceConfig& cfg) { in TEST_F() argument 502 const DataSourceInstanceID*, size_t) { in TEST_F()
|
D | mock_producer.cc | 166 const DataSourceInstanceID*, size_t) { in WaitForFlush()
|
/external/perfetto/src/tracing/core/ |
D | shared_memory_arbiter_impl_unittest.cc | 42 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() argument 43 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() argument
|
D | tracing_service_impl_unittest.cc | 1622 const DataSourceInstanceID*, size_t) { in TEST_F()
|
/external/perfetto/include/perfetto/tracing/core/ |
D | basic_types.h | 39 using DataSourceInstanceID = uint64_t; variable
|
/external/perfetto/src/profiling/memory/ |
D | unwinding_fuzzer.cc | 33 void PostSocketDisconnected(DataSourceInstanceID, in PostSocketDisconnected() argument
|
D | heapprofd_producer.h | 118 void ClearIncrementalState(const DataSourceInstanceID* /*data_source_ids*/, in ClearIncrementalState()
|