Lines Matching refs:instrumentation
246 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace()
261 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited, in CompareAndUpdateStackTrace()
266 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace()
425 … instrumentation::Instrumentation::kMethodEntered | in Start()
426 instrumentation::Instrumentation::kMethodExited | in Start()
427 instrumentation::Instrumentation::kMethodUnwind); in Start()
483 the_trace, instrumentation::Instrumentation::kMethodEntered | in StopTracing()
484 instrumentation::Instrumentation::kMethodExited | in StopTracing()
485 instrumentation::Instrumentation::kMethodUnwind); in StopTracing()
742 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodEntered, in MethodEntered()
750 instrumentation::OptionalFrame frame ATTRIBUTE_UNUSED, in MethodExited()
757 instrumentation::Instrumentation::kMethodExited, in MethodExited()
769 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodUnwind, in MethodUnwind()
881 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()
916 case instrumentation::Instrumentation::kMethodEntered: in LogMethodTraceEvent()
919 case instrumentation::Instrumentation::kMethodExited: in LogMethodTraceEvent()
922 case instrumentation::Instrumentation::kMethodUnwind: in LogMethodTraceEvent()