Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c336 profile_trampoline(PyObject *self, PyFrameObject *frame, in profile_trampoline() function
432 PyEval_SetProfile(profile_trampoline, args); in sys_setprofile()
/external/python/cpython3/Python/
Dsysmodule.c411 profile_trampoline(PyObject *self, PyFrameObject *frame, in profile_trampoline() function
502 PyEval_SetProfile(profile_trampoline, args); in sys_setprofile()