Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h216 static void StopTracing(bool finish_tracing, bool flush_file)
Dtrace.cc392 void Trace::StopTracing(bool finish_tracing, bool flush_file) { in StopTracing() function in art::Trace
461 StopTracing(false, false); in Abort()
466 StopTracing(true, true); in Stop()