Home
last modified time | relevance | path

Searched refs:data_source_custom_tls (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/tracing/
Ddata_source.cc84 tls_inst->data_source_custom_tls = in PopulateTlsInst()
/external/perfetto/include/perfetto/tracing/internal/
Ddata_source_internal.h183 ObjectWithDeleter data_source_custom_tls = {nullptr, [](void*) {}}; member
/external/perfetto/include/perfetto/tracing/
Ddata_source.h352 PERFETTO_DCHECK(tls_inst_->data_source_custom_tls); in GetCustomTlsState()
354 tls_inst_->data_source_custom_tls.get()); in GetCustomTlsState()
/external/perfetto/src/shared_lib/
Ddata_source.cc415 PERFETTO_DCHECK(tls_inst->data_source_custom_tls); in PerfettoDsImplGetCustomTls()
416 return tls_inst->data_source_custom_tls.get(); in PerfettoDsImplGetCustomTls()
Dtrack_event.cc952 ii->instance->data_source_custom_tls.get()); in InstanceOp()
1055 ii->instance->data_source_custom_tls.get()); in FillIterator()