Home
last modified time | relevance | path

Searched defs:DataSourceInstanceID (Results 1 – 14 of 14) sorted by relevance

/external/perfetto/src/perfetto_cmd/
Dtrigger_producer.cc73 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/
Dlazy_producer.h43 void StartDataSource(DataSourceInstanceID, const DataSourceConfig&) override { in StartDataSource() argument
46 const DataSourceInstanceID*, in Flush()
50 void ClearIncrementalState(const DataSourceInstanceID* /*data_source_ids*/, in ClearIncrementalState()
Dlazy_producer.cc51 void LazyProducer::SetupDataSource(DataSourceInstanceID, in SetupDataSource() argument
58 void LazyProducer::StopDataSource(DataSourceInstanceID) { in StopDataSource() argument
/external/perfetto/test/
Dfake_producer.cc62 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()
Dend_to_end_shared_memory_fuzzer.cc79 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()
Dfake_producer.h57 void ClearIncrementalState(const DataSourceInstanceID* /*data_source_ids*/, in ClearIncrementalState()
/external/perfetto/src/tracing/test/
Dfake_producer_endpoint.h35 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() argument
36 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() argument
Dtracing_integration_test.cc384 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()
Dmock_producer.cc166 const DataSourceInstanceID*, size_t) { in WaitForFlush()
/external/perfetto/src/tracing/core/
Dshared_memory_arbiter_impl_unittest.cc42 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() argument
43 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() argument
Dtracing_service_impl_unittest.cc1622 const DataSourceInstanceID*, size_t) { in TEST_F()
/external/perfetto/include/perfetto/tracing/core/
Dbasic_types.h39 using DataSourceInstanceID = uint64_t; variable
/external/perfetto/src/profiling/memory/
Dunwinding_fuzzer.cc33 void PostSocketDisconnected(DataSourceInstanceID, in PostSocketDisconnected() argument
Dheapprofd_producer.h118 void ClearIncrementalState(const DataSourceInstanceID* /*data_source_ids*/, in ClearIncrementalState()