Searched refs:is_in_trace_point (Results 1 – 4 of 4) sorted by relevance
80 bool is_in_trace_point = false; variable94 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()
31 is_in_trace_point = true; in ~TracingTLS()
323 if (PERFETTO_UNLIKELY(tls_state_->root_tls->is_in_trace_point))
101 if (PERFETTO_UNLIKELY(root_tls->is_in_trace_point)) { in CallWithGuard()