Searched refs:profile_trampoline (Results 1 – 2 of 2) sorted by relevance
336 profile_trampoline(PyObject *self, PyFrameObject *frame, in profile_trampoline() function432 PyEval_SetProfile(profile_trampoline, args); in sys_setprofile()
973 profile_trampoline(PyObject *self, PyFrameObject *frame, in profile_trampoline() function1086 if (_PyEval_SetProfile(tstate, profile_trampoline, args) < 0) { in sys_setprofile()