Lines Matching refs:tracer_impl
185 tracer_impl = TracerClass() variable
189 if tracer_impl is None:
192 call_retval = tracer_impl.callEvent(FrameFancy(frame))
197 line_retval = tracer_impl.lineEvent(FrameFancy(frame))
202 tracer_impl.returnEvent(FrameFancy(frame), args)
205 exception_retval = tracer_impl.exceptionEvent(
211 tracer_impl.cCallEvent(FrameFancy(frame), args)
213 tracer_impl.cReturnEvent(FrameFancy(frame), args)
215 tracer_impl.cExceptionEvent(FrameFancy(frame), args)
220 global tracer_impl
222 tracer_impl = t