Home
last modified time | relevance | path

Searched refs:GetProducer (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc424 if (auto* producer = GetProducer(id)) { in DisconnectProducer()
441 TracingServiceImpl::ProducerEndpointImpl* TracingServiceImpl::GetProducer( in GetProducer() function in perfetto::TracingServiceImpl
863 if (GetProducer(it->second.producer_id)->name_ == in EnableTracing()
997 ProducerEndpointImpl* producer = GetProducer(it->second.producer_id); in ChangeTraceConfig()
1155 ProducerEndpointImpl* producer = GetProducer(producer_id); in StartTracing()
1240 ProducerEndpointImpl* producer = GetProducer(producer_id); in DisableTracing()
1298 ProducerEndpointImpl* producer = GetProducer(producer_id); in NotifyDataSourceStarted()
1360 ProducerEndpointImpl* producer = GetProducer(producer_id); in NotifyDataSourceStopped()
1382 auto* producer = GetProducer(producer_id); in ActivateTriggers()
1537 ProducerEndpointImpl* producer = GetProducer(inst_kv.first); in DisableTracingNotifyConsumerAndFlushFile()
[all …]
Dtracing_service_impl_unittest.cc126 return svc->GetProducer(producer_id)->uid_; in GetProducerUid()
144 return svc->GetProducer(producer_id)->allowed_target_buffers_; in GetAllowedTargetBuffers()
148 return svc->GetProducer(producer_id)->writers_; in GetWriters()
153 return std::move(svc->GetProducer(producer_id)->inproc_shmem_arbiter_); in TakeShmemArbiterForProducer()
280 ASSERT_EQ(mock_producer_1->endpoint(), svc->GetProducer(1)); in TEST_F()
281 ASSERT_EQ(mock_producer_2->endpoint(), svc->GetProducer(2)); in TEST_F()
293 ASSERT_EQ(nullptr, svc->GetProducer(1)); in TEST_F()
296 ASSERT_EQ(nullptr, svc->GetProducer(2)); in TEST_F()
Dtracing_service_impl.h311 ProducerEndpointImpl* GetProducer(ProducerID) const;
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp568 return GetProducer() != eProducerLLVMGCC; in Supports_DW_AT_APPLE_objc_complete_type()
574 return GetProducer() == eProducerLLVMGCC; in DW_AT_decl_file_attributes_are_invalid()
578 if (GetProducer() == eProducerClang) { in Supports_unnamed_objc_bitfields()
626 DWARFProducer DWARFUnit::GetProducer() { in GetProducer() function in DWARFUnit
DDWARFUnit.h193 DWARFProducer GetProducer();
/external/perfetto/src/tracing/test/
Dtracing_integration_test.cc205 ->GetProducer(producer_id) in GetWriters()