Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/tracing/internal/
Dtracing_tls.h80 bool is_in_trace_point = false; variable
94 PERFETTO_DCHECK(!root_tls_.is_in_trace_point); in ScopedReentrancyAnnotator()
95 root_tls_.is_in_trace_point = true; in ScopedReentrancyAnnotator()
97 ~ScopedReentrancyAnnotator() { root_tls_.is_in_trace_point = false; } in ~ScopedReentrancyAnnotator()
/external/perfetto/src/tracing/
Dvirtual_destructors.cc31 is_in_trace_point = true; in ~TracingTLS()
/external/perfetto/include/perfetto/tracing/
Ddata_source.h323 if (PERFETTO_UNLIKELY(tls_state_->root_tls->is_in_trace_point))
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc101 if (PERFETTO_UNLIKELY(root_tls->is_in_trace_point)) { in CallWithGuard()