Home
last modified time | relevance | path

Searched defs:ds_id (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/profiling/perf/
Dunwinding.cc45 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()
119 void Unwinder::PostRecordTimedOutProcDescriptors(DataSourceInstanceID ds_id, in PostRecordTimedOutProcDescriptors()
126 void Unwinder::PostRecordNoUserspaceProcess(DataSourceInstanceID ds_id, in PostRecordNoUserspaceProcess()
133 void Unwinder::UpdateProcessStateStatus(DataSourceInstanceID ds_id, in UpdateProcessStateStatus()
171 DataSourceInstanceID ds_id = id_and_ds.first; in ProcessQueue() local
193 for (auto ds_id : sources_to_stop) in ProcessQueue() local
465 void Unwinder::PostInitiateDataSourceStop(DataSourceInstanceID ds_id) { in PostInitiateDataSourceStop()
[all …]
Dperf_producer.cc209 uint32_t TimeToNextReadTickMs(DataSourceInstanceID ds_id, uint32_t period_ms) { in TimeToNextReadTickMs()
380 void PerfProducer::StartDataSource(DataSourceInstanceID ds_id, in StartDataSource()
505 void PerfProducer::CheckMemoryFootprintPeriodic(DataSourceInstanceID ds_id, in CheckMemoryFootprintPeriodic()
530 void PerfProducer::StopDataSource(DataSourceInstanceID ds_id) { in StopDataSource()
567 auto ds_id = data_source_ids[i]; in Flush() local
583 auto ds_id = data_source_ids[i]; in ClearIncrementalState() local
617 void PerfProducer::TickDataSourceRead(DataSourceInstanceID ds_id) { in TickDataSourceRead()
658 DataSourceInstanceID ds_id, in ReadAndParsePerCpuBuffer()
849 void PerfProducer::InitiateDescriptorLookup(DataSourceInstanceID ds_id, in InitiateDescriptorLookup()
867 void PerfProducer::StartDescriptorLookup(DataSourceInstanceID ds_id, in StartDescriptorLookup()
[all …]
/external/perfetto/src/traced/service/
Dbuiltin_producer.cc116 void BuiltinProducer::SetupDataSource(DataSourceInstanceID ds_id, in SetupDataSource()
141 void BuiltinProducer::StartDataSource(DataSourceInstanceID ds_id, in StartDataSource()
158 void BuiltinProducer::StopDataSource(DataSourceInstanceID ds_id) { in StopDataSource()
180 void BuiltinProducer::MaybeInitiateLazyStop(DataSourceInstanceID ds_id, in MaybeInitiateLazyStop()
/external/deqp-deps/amber/src/
Dclspv_helper.cc92 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/
Dmock_producer.cc160 .WillOnce(Invoke([on_ds_start, this](DataSourceInstanceID ds_id, in WaitForDataSourceStart()
181 DataSourceInstanceID ds_id = data_source_instances_[name].id; in WaitForDataSourceStop()
/external/perfetto/src/traced/probes/
Dprobes_producer.cc516 DataSourceInstanceID ds_id = data_source_ids[i]; in Flush() local
542 const DataSourceInstanceID ds_id = kv.first; in Flush() local
555 DataSourceInstanceID ds_id) { in OnDataSourceFlushComplete()
585 DataSourceInstanceID ds_id = data_source_ids[i]; in ClearIncrementalState() local
/external/perfetto/src/profiling/memory/
Dunwinding.cc278 DataSourceInstanceID ds_id = client_data.data_source_instance_id; in FinishDisconnect() local
488 void UnwindingWorker::HandleDrainFree(DataSourceInstanceID ds_id, pid_t pid) { in HandleDrainFree()
521 void UnwindingWorker::PostDrainFree(DataSourceInstanceID ds_id, pid_t pid) { in PostDrainFree()
Dheapprofd_producer.cc670 DataSourceInstanceID ds_id) { in PostDrainDone()
678 void HeapprofdProducer::DrainDone(DataSourceInstanceID ds_id) { in DrainDone()
1030 DataSourceInstanceID ds_id, in PostSocketDisconnected()
1188 DataSourceInstanceID ds_id = ds->id; in MaybeFinishDataSource() local
1213 DataSourceInstanceID ds_id, in HandleSocketDisconnected()
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc341 DataSourceInstanceID ds_id = instances[i]; in Flush() local
401 DataSourceInstanceID ds_id, in NotifyFlushForDataSourceDone()
/external/perfetto/src/tracing/core/
Dtracing_service_impl.cc4316 DataSourceInstanceID ds_id, in SetupDataSource()
4328 DataSourceInstanceID ds_id, in StartDataSource()