Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc93 static constexpr const char* kTracerInstrumentationKey = "Tracer"; variable
373 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey); in Start()
420 runtime->GetInstrumentation()->DisableMethodTracing(kTracerInstrumentationKey); in StopTracing()
502 runtime->GetInstrumentation()->DisableMethodTracing(kTracerInstrumentationKey); in Pause()
546 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey); in Resume()