Home
last modified time | relevance | path

Searched refs:CTracer_trace (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
Dtracer.c765 CTracer_trace(CTracer *self, PyFrameObject *frame, int what, PyObject *arg_unused) in CTracer_trace() function
905 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()