Lines Matching refs:instrumentation
271 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace()
287 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited, in CompareAndUpdateStackTrace()
292 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace()
383 … instrumentation::Instrumentation::kMethodEntered | in Start()
384 instrumentation::Instrumentation::kMethodExited | in Start()
385 instrumentation::Instrumentation::kMethodUnwind); in Start()
416 … instrumentation::Instrumentation::kMethodEntered | in Stop()
417 … instrumentation::Instrumentation::kMethodExited | in Stop()
418 … instrumentation::Instrumentation::kMethodUnwind); in Stop()
558 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodEntered, in MethodEntered()
569 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodExited, in MethodExited()
577 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodUnwind, in MethodUnwind()
605 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()
621 case instrumentation::Instrumentation::kMethodEntered: in LogMethodTraceEvent()
624 case instrumentation::Instrumentation::kMethodExited: in LogMethodTraceEvent()
627 case instrumentation::Instrumentation::kMethodUnwind: in LogMethodTraceEvent()