Home
last modified time | relevance | path

Searched refs:tracing_impl (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/include/perfetto/tracing/
Ddata_source.h318 auto* tracing_impl = internal::TracingMuxer::Get();
345 tracing_impl->generation(std::memory_order_relaxed))) {
347 tracing_impl->DestroyStoppedTraceWritersForCurrentThread();
396 tls_inst.trace_writer = tracing_impl->CreateTraceWriter(
432 auto* tracing_impl = internal::TracingMuxer::Get(); in Register() local
433 return tracing_impl->RegisterDataSource(descriptor, factory, in Register()
493 auto* tracing_impl = internal::TracingMuxer::Get(); in GetOrCreateDataSourceTLS() local
494 internal::TracingTLS* root_tls = tracing_impl->GetOrCreateTracingTLS(); in GetOrCreateDataSourceTLS()
/external/perfetto/src/tracing/
Dinterceptor.cc32 auto* tracing_impl = internal::TracingMuxer::Get(); in RegisterImpl() local
33 tracing_impl->RegisterInterceptor(descriptor, factory, tls_factory, in RegisterImpl()
/external/tensorflow/tensorflow/core/platform/default/
DBUILD480 textual_hdrs = ["tracing_impl.h"],
548 "tracing_impl.h",
Dbuild_config.bzl573 "//tensorflow/core/platform/default:tracing_impl.h",