Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc240 Trace* the_trace = reinterpret_cast<Trace*>(arg); in GetSample() local
241 the_trace->CompareAndUpdateStackTrace(thread, stack_trace); in GetSample()
305 Trace* the_trace; in RunSamplingThread() local
308 the_trace = the_trace_; in RunSamplingThread()
309 if (the_trace == NULL) { in RunSamplingThread()
317 runtime->GetThreadList()->ForEach(GetSample, the_trace); in RunSamplingThread()
404 Trace* the_trace = NULL; in Stop() local
411 the_trace = the_trace_; in Stop()
416 if (the_trace != NULL) { in Stop()
417 stop_alloc_counting = (the_trace->flags_ & kTraceCountAllocs) != 0; in Stop()
[all …]