Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h266 instrumentation::Instrumentation::InstrumentationEvent event,
Dinstrumentation.h191 enum InstrumentationEvent { enum
766 std::ostream& operator<<(std::ostream& os, Instrumentation::InstrumentationEvent rhs);
Dinstrumentation.cc558 static bool HasEvent(Instrumentation::InstrumentationEvent expected, uint32_t events) { in HasEvent()
562 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo()
638 static void PotentiallyRemoveListenerFrom(Instrumentation::InstrumentationEvent event, in PotentiallyRemoveListenerFrom()
Dtrace.cc881 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()