Home
last modified time | relevance | path

Searched refs:the_trace_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtrace.cc74 Trace* volatile Trace::the_trace_ = nullptr; member in art::Trace
287 the_trace = the_trace_; in RunSamplingThread()
377 if (the_trace_ != nullptr) { in Start()
413 if (the_trace_ != nullptr) { in Start()
417 the_trace_ = new Trace(trace_file.release(), buffer_size, flags, output_mode, trace_mode); in Start()
422 the_trace_->interval_us_ = interval_us; in Start()
424 runtime->GetInstrumentation()->AddListener(the_trace_, in Start()
453 if (the_trace_ == nullptr) { in StopTracing()
456 the_trace = the_trace_; in StopTracing()
457 the_trace_ = nullptr; in StopTracing()
[all …]
Dtrace.h303 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_);