Home
last modified time | relevance | path

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

/art/tools/tracefast-plugin/
Dtracefast.cc35 static constexpr const char* kTracerInstrumentationKey = "tracefast_INTERPRETER"; variable
38 static constexpr const char* kTracerInstrumentationKey = "tracefast_TRAMPOLINE";
140 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey, kNeedsInterpreter); in StartTracing()
/art/runtime/
Dtrace.cc79 static constexpr const char* kTracerInstrumentationKey = "Tracer"; variable
434 kTracerInstrumentationKey, /*needs_interpreter=*/!runtime->IsJavaDebuggable()); in Start()
486 runtime->GetInstrumentation()->DisableMethodTracing(kTracerInstrumentationKey); in StopTracing()