Searched refs:CTracer_trace (Results 1 – 1 of 1) sorted by relevance
765 CTracer_trace(CTracer *self, PyFrameObject *frame, int what, PyObject *arg_unused) in CTracer_trace() function905 if (CTracer_trace(self, frame, what, arg) == RET_OK) { in CTracer_call()936 PyEval_SetTrace((Py_tracefunc)CTracer_trace, (PyObject*)self); in CTracer_call()946 PyEval_SetTrace((Py_tracefunc)CTracer_trace, (PyObject*)self); in CTracer_start()