• Home
  • Raw
  • Download

Lines Matching refs:instrumentation

258       LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered,  in CompareAndUpdateStackTrace()
273 LogMethodTraceEvent(thread, *old_it, instrumentation::Instrumentation::kMethodExited, in CompareAndUpdateStackTrace()
278 LogMethodTraceEvent(thread, *rit, instrumentation::Instrumentation::kMethodEntered, in CompareAndUpdateStackTrace()
377instrumentation::Instrumentation::kMethodEntered | in Start()
378 instrumentation::Instrumentation::kMethodExited | in Start()
379 instrumentation::Instrumentation::kMethodUnwind); in Start()
433 the_trace, instrumentation::Instrumentation::kMethodEntered | in StopTracing()
434 instrumentation::Instrumentation::kMethodExited | in StopTracing()
435 instrumentation::Instrumentation::kMethodUnwind); in StopTracing()
520 instrumentation::Instrumentation::kMethodEntered | in Pause()
521 instrumentation::Instrumentation::kMethodExited | in Pause()
522 instrumentation::Instrumentation::kMethodUnwind); in Pause()
561 instrumentation::Instrumentation::kMethodEntered | in Resume()
562 instrumentation::Instrumentation::kMethodExited | in Resume()
563 instrumentation::Instrumentation::kMethodUnwind); in Resume()
781 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodEntered, in MethodEntered()
793 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodExited, in MethodExited()
804 LogMethodTraceEvent(thread, method, instrumentation::Instrumentation::kMethodUnwind, in MethodUnwind()
913 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()
936 case instrumentation::Instrumentation::kMethodEntered: in LogMethodTraceEvent()
939 case instrumentation::Instrumentation::kMethodExited: in LogMethodTraceEvent()
942 case instrumentation::Instrumentation::kMethodUnwind: in LogMethodTraceEvent()