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.h243 InterceptorBase::TLSFactory tls_factory,
335 auto tls_factory = [](internal::DataSourceStaticState* static_state, in Register()
350 RegisterImpl(descriptor, std::move(factory), std::move(tls_factory), in Register()
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc1153 InterceptorBase::TLSFactory tls_factory, in RegisterInterceptor() argument
1156 [this, descriptor, factory, tls_factory, packet_callback] { in RegisterInterceptor()
1160 PERFETTO_DCHECK(interceptor.tls_factory == tls_factory); in RegisterInterceptor()
1180 interceptor.tls_factory = tls_factory; in RegisterInterceptor()
2259 interceptor.tls_factory(static_state, data_source_instance_index), in CreateTraceWriter()
Dtracing_muxer_impl.h423 InterceptorBase::TLSFactory tls_factory{};