Lines Matching refs:Instrumentation
259 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace()
274 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited, in CompareAndUpdateStackTrace()
279 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace()
384 … instrumentation::Instrumentation::kMethodEntered | in Start()
385 instrumentation::Instrumentation::kMethodExited | in Start()
386 instrumentation::Instrumentation::kMethodUnwind); in Start()
439 the_trace, instrumentation::Instrumentation::kMethodEntered | in StopTracing()
440 instrumentation::Instrumentation::kMethodExited | in StopTracing()
441 instrumentation::Instrumentation::kMethodUnwind); in StopTracing()
525 instrumentation::Instrumentation::kMethodEntered | in Pause()
526 instrumentation::Instrumentation::kMethodExited | in Pause()
527 instrumentation::Instrumentation::kMethodUnwind); in Pause()
566 instrumentation::Instrumentation::kMethodEntered | in Resume()
567 instrumentation::Instrumentation::kMethodExited | in Resume()
568 instrumentation::Instrumentation::kMethodUnwind); in Resume()
786 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodEntered, in MethodEntered()
798 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodExited, in MethodExited()
809 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodUnwind, in MethodUnwind()
929 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()
952 case instrumentation::Instrumentation::kMethodEntered: in LogMethodTraceEvent()
955 case instrumentation::Instrumentation::kMethodExited: in LogMethodTraceEvent()
958 case instrumentation::Instrumentation::kMethodUnwind: in LogMethodTraceEvent()