/aosp_15_r20/external/perfetto/src/perfetto_cmd/ |
H A D | trigger_producer.cc | 71 void TriggerProducer::SetupDataSource(DataSourceInstanceID, in SetupDataSource() argument 75 void TriggerProducer::StartDataSource(DataSourceInstanceID, in StartDataSource() argument 79 void TriggerProducer::StopDataSource(DataSourceInstanceID) { in StopDataSource() argument 83 const DataSourceInstanceID*, in Flush() 89 void TriggerProducer::ClearIncrementalState(const DataSourceInstanceID*, in ClearIncrementalState()
|
/aosp_15_r20/external/perfetto/test/ |
H A D | end_to_end_shared_memory_fuzzer.cc | 77 void SetupDataSource(DataSourceInstanceID, const DataSourceConfig&) override { in SetupDataSource() argument 80 void StartDataSource(DataSourceInstanceID, in StartDataSource() argument 97 void StopDataSource(DataSourceInstanceID) override {} in StopDataSource() argument 100 const DataSourceInstanceID*, in Flush() 103 void ClearIncrementalState(const DataSourceInstanceID*, size_t) override {} in ClearIncrementalState()
|
H A D | fake_producer.cc | 83 void FakeProducer::SetupDataSource(DataSourceInstanceID, in SetupDataSource() argument 88 void FakeProducer::StartDataSource(DataSourceInstanceID, in StartDataSource() argument 109 void FakeProducer::StopDataSource(DataSourceInstanceID) { in StopDataSource() argument 162 const DataSourceInstanceID*, in Flush()
|
H A D | fake_producer.h | 86 void ClearIncrementalState(const DataSourceInstanceID* /*data_source_ids*/, in ClearIncrementalState()
|
/aosp_15_r20/external/perfetto/src/tracing/test/ |
H A D | tracing_integration_test.cc | 387 DataSourceInstanceID, const DataSourceConfig& cfg) { in TEST_F() argument 476 DataSourceInstanceID, const DataSourceConfig& cfg) { in TEST_F() argument 510 const DataSourceInstanceID*, size_t, FlushFlags) { in TEST_F()
|
H A D | mock_producer.cc | 218 size_t, FlushFlags actual_flags) { in ExpectFlush()
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | unwinding_fuzzer.cc | 38 DataSourceInstanceID, in PostSocketDisconnected() argument 41 void PostDrainDone(UnwindingWorker*, DataSourceInstanceID) override {} in PostDrainDone() argument
|
H A D | java_hprof_producer.h | 57 void ClearIncrementalState(const DataSourceInstanceID* /*data_source_ids*/, in ClearIncrementalState()
|
H A D | java_hprof_producer.cc | 165 const DataSourceInstanceID*, in Flush()
|
H A D | heapprofd_producer.h | 124 void ClearIncrementalState(const DataSourceInstanceID* /*data_source_ids*/, in ClearIncrementalState()
|
H A D | heapprofd_producer.cc | 459 [pid](const std::pair<const DataSourceInstanceID, DataSource>& p) { in IsPidProfiled()
|
/aosp_15_r20/external/perfetto/src/tracing/service/ |
H A D | tracing_service_impl_unittest.cc | 2435 FlushFlags) { in TEST_F() 3031 const DataSourceInstanceID*, size_t, FlushFlags) { in TEST_F() 3037 const DataSourceInstanceID*, size_t, FlushFlags) { in TEST_F() 3052 const DataSourceInstanceID*, size_t, FlushFlags) { in TEST_F() 3058 const DataSourceInstanceID*, size_t, FlushFlags) { in TEST_F() 3419 const DataSourceInstanceID*, size_t, FlushFlags) { in FlushAndRead() 4825 const DataSourceInstanceID*, size_t, FlushFlags) { in TEST_F() 4833 const DataSourceInstanceID*, size_t, FlushFlags) { in TEST_F() 4928 const DataSourceInstanceID*, size_t, FlushFlags) { in TEST_F() 5025 FlushFlags) { in TEST_F() [all …]
|
/aosp_15_r20/external/perfetto/src/tracing/internal/ |
H A D | tracing_backend_fake.cc | 80 void NotifyDataSourceStarted(DataSourceInstanceID) override {} in NotifyDataSourceStarted() argument 81 void NotifyDataSourceStopped(DataSourceInstanceID) override {} in NotifyDataSourceStopped() argument
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/tracing/core/ |
H A D | basic_types.h | 34 using DataSourceInstanceID = uint64_t; variable
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/tracing/core/ |
H A D | basic_types.h | 34 using DataSourceInstanceID = uint64_t; variable
|
/aosp_15_r20/external/perfetto/src/traced/service/ |
H A D | builtin_producer.h | 55 void ClearIncrementalState(const DataSourceInstanceID*, size_t) override {} in ClearIncrementalState()
|
/aosp_15_r20/external/perfetto/src/profiling/perf/ |
H A D | perf_producer.cc | 405 void PerfProducer::SetupDataSource(DataSourceInstanceID, in SetupDataSource() argument
|