Searched defs:ds_id (Results 1 – 9 of 9) sorted by relevance
/external/perfetto/src/profiling/perf/ |
D | unwinding.cc | 45 void Unwinder::PostStartDataSource(DataSourceInstanceID ds_id, in PostStartDataSource() 53 void Unwinder::StartDataSource(DataSourceInstanceID ds_id, bool kernel_frames) { in StartDataSource() 80 void Unwinder::PostAdoptProcDescriptors(DataSourceInstanceID ds_id, in PostAdoptProcDescriptors() 93 void Unwinder::AdoptProcDescriptors(DataSourceInstanceID ds_id, in AdoptProcDescriptors() 118 void Unwinder::PostRecordTimedOutProcDescriptors(DataSourceInstanceID ds_id, in PostRecordTimedOutProcDescriptors() 124 void Unwinder::RecordTimedOutProcDescriptors(DataSourceInstanceID ds_id, in RecordTimedOutProcDescriptors() 163 DataSourceInstanceID ds_id = id_and_ds.first; in ProcessQueue() local 185 for (auto ds_id : sources_to_stop) in ProcessQueue() local 451 void Unwinder::PostInitiateDataSourceStop(DataSourceInstanceID ds_id) { in PostInitiateDataSourceStop() 455 void Unwinder::InitiateDataSourceStop(DataSourceInstanceID ds_id) { in InitiateDataSourceStop() [all …]
|
D | perf_producer.cc | 131 uint32_t TimeToNextReadTickMs(DataSourceInstanceID ds_id, uint32_t period_ms) { in TimeToNextReadTickMs() 256 void PerfProducer::StartDataSource(DataSourceInstanceID ds_id, in StartDataSource() 362 void PerfProducer::CheckMemoryFootprintPeriodic(DataSourceInstanceID ds_id, in CheckMemoryFootprintPeriodic() 387 void PerfProducer::StopDataSource(DataSourceInstanceID ds_id) { in StopDataSource() 424 auto ds_id = data_source_ids[i]; in Flush() local 440 auto ds_id = data_source_ids[i]; in ClearIncrementalState() local 474 void PerfProducer::TickDataSourceRead(DataSourceInstanceID ds_id) { in TickDataSourceRead() 515 DataSourceInstanceID ds_id, in ReadAndParsePerCpuBuffer() 667 void PerfProducer::InitiateDescriptorLookup(DataSourceInstanceID ds_id, in InitiateDescriptorLookup() 685 void PerfProducer::StartDescriptorLookup(DataSourceInstanceID ds_id, in StartDescriptorLookup() [all …]
|
/external/perfetto/src/traced/service/ |
D | builtin_producer.cc | 93 void BuiltinProducer::SetupDataSource(DataSourceInstanceID ds_id, in SetupDataSource() 111 void BuiltinProducer::StartDataSource(DataSourceInstanceID ds_id, in StartDataSource() 128 void BuiltinProducer::StopDataSource(DataSourceInstanceID ds_id) { in StopDataSource() 143 void BuiltinProducer::MaybeInitiateLazyStop(DataSourceInstanceID ds_id, in MaybeInitiateLazyStop()
|
/external/deqp-deps/amber/src/ |
D | clspv_helper.cc | 92 auto ds_id = inst->words[inst->operands[6].offset]; in ParseExtendedInst() local 116 auto ds_id = inst->words[inst->operands[6].offset]; in ParseExtendedInst() local 199 auto ds_id = inst->words[inst->operands[4].offset]; in ParseExtendedInst() local
|
/external/perfetto/src/tracing/test/ |
D | mock_producer.cc | 123 .WillOnce(Invoke([on_ds_start, this](DataSourceInstanceID ds_id, in WaitForDataSourceStart() 144 DataSourceInstanceID ds_id = data_source_instances_[name].id; in WaitForDataSourceStop()
|
/external/perfetto/src/traced/probes/ |
D | probes_producer.cc | 386 DataSourceInstanceID ds_id = data_source_ids[i]; in Flush() local 415 DataSourceInstanceID ds_id) { in OnDataSourceFlushComplete() 445 DataSourceInstanceID ds_id = data_source_ids[i]; in ClearIncrementalState() local
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_producer.cc | 1028 DataSourceInstanceID ds_id, in PostSocketDisconnected() 1183 DataSourceInstanceID ds_id = ds->id; in MaybeFinishDataSource() local 1208 DataSourceInstanceID ds_id, in HandleSocketDisconnected()
|
D | unwinding.cc | 228 DataSourceInstanceID ds_id = client_data.data_source_instance_id; in OnDisconnect() local
|
/external/perfetto/src/tracing/core/ |
D | tracing_service_impl.cc | 3791 DataSourceInstanceID ds_id, in SetupDataSource() 3803 DataSourceInstanceID ds_id, in StartDataSource()
|