Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc73 Trace* volatile Trace::the_trace_ = nullptr; member in art::Trace
286 the_trace = the_trace_; in RunSamplingThread()
376 if (the_trace_ != nullptr) { in Start()
412 if (the_trace_ != nullptr) { in Start()
416 the_trace_ = new Trace(trace_file.release(), buffer_size, flags, output_mode, trace_mode); in Start()
421 the_trace_->interval_us_ = interval_us; in Start()
423 runtime->GetInstrumentation()->AddListener(the_trace_, in Start()
452 if (the_trace_ == nullptr) { in StopTracing()
455 the_trace = the_trace_; in StopTracing()
456 the_trace_ = nullptr; in StopTracing()
[all …]
Dtrace.h302 static Trace* volatile the_trace_ GUARDED_BY(Locks::trace_lock_);