Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lsprof.c435 profiler_callback(PyObject *self, PyFrameObject *frame, int what, in profiler_callback() function
693 PyEval_SetProfile(profiler_callback, (PyObject*)self); in profiler_enable()
/external/python/cpython2/Modules/
D_lsprof.c436 profiler_callback(PyObject *self, PyFrameObject *frame, int what, in profiler_callback() function
702 PyEval_SetProfile(profiler_callback, (PyObject*)self); in profiler_enable()