Searched refs:the_trace (Results 1 – 1 of 1) sorted by relevance
490 Trace* the_trace = reinterpret_cast<Trace*>(arg); in GetSample() local491 the_trace->CompareAndUpdateStackTrace(thread, stack_trace); in GetSample()550 Trace* the_trace; in RunSamplingThread() local553 the_trace = the_trace_; in RunSamplingThread()567 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()902 Trace* the_trace = the_trace_; in StopTracing() local903 bool stop_alloc_counting = (the_trace->flags_ & Trace::kTraceCountAllocs) != 0; in StopTracing()911 if (the_trace->trace_mode_ == TraceMode::kSampling) { in StopTracing()917 the_trace, in StopTracing()940 the_trace->trace_writer_->FlushBuffer( in StopTracing()[all …]