Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h198 static void StopTracing(bool finish_tracing, bool flush_file)
Dtrace.cc391 void Trace::StopTracing(bool finish_tracing, bool flush_file) { in StopTracing() function in art::Trace
460 StopTracing(false, false); in Abort()
465 StopTracing(true, true); in Stop()