Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/
Dinterceptor.cc30 InterceptorBase::TLSFactory tls_factory, in RegisterImpl() argument
33 tracing_impl->RegisterInterceptor(descriptor, factory, tls_factory, in RegisterImpl()
/external/perfetto/include/perfetto/tracing/
Dinterceptor.h241 InterceptorBase::TLSFactory tls_factory,
326 auto tls_factory = [](internal::DataSourceStaticState* static_state, in Register()
341 RegisterImpl(descriptor, std::move(factory), std::move(tls_factory), in Register()
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc803 InterceptorBase::TLSFactory tls_factory, in RegisterInterceptor() argument
806 [this, descriptor, factory, tls_factory, packet_callback] { in RegisterInterceptor()
810 PERFETTO_DCHECK(interceptor.tls_factory == tls_factory); in RegisterInterceptor()
829 interceptor.tls_factory = tls_factory; in RegisterInterceptor()
1519 interceptor.tls_factory(static_state, data_source_instance_index), in CreateTraceWriter()
Dtracing_muxer_impl.h362 InterceptorBase::TLSFactory tls_factory{};