Home
last modified time | relevance | path

Searched refs:ScopedReentrancyAnnotator (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/include/perfetto/tracing/internal/
Dtracing_tls.h92 struct ScopedReentrancyAnnotator { struct
93 ScopedReentrancyAnnotator(TracingTLS& root_tls) : root_tls_(root_tls) { in ScopedReentrancyAnnotator() argument
97 ~ScopedReentrancyAnnotator() { root_tls_.is_in_trace_point = false; } in ~ScopedReentrancyAnnotator() argument
/external/perfetto/include/perfetto/tracing/
Ddata_source.h325 internal::ScopedReentrancyAnnotator scoped_annotator(*tls_state_->root_tls);
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc105 ScopedReentrancyAnnotator scoped_annotator(*root_tls); in CallWithGuard()