Searched refs:c_profileobj (Results 1 – 4 of 4) sorted by relevance
84 PyObject *c_profileobj; member
1655 tstate->c_profileobj, in _PyEval_EvalFrameDefault()4533 if (call_trace_protected(tstate->c_profilefunc, tstate->c_profileobj, in _PyEval_EvalFrameDefault()5533 PyObject *profileobj = tstate->c_profileobj; in _PyEval_SetProfile()5536 tstate->c_profileobj = NULL; in _PyEval_SetProfile()5542 tstate->c_profileobj = arg; in _PyEval_SetProfile()5783 if (call_trace(tstate->c_profilefunc, tstate->c_profileobj, \5793 tstate->c_profileobj, \5799 tstate->c_profileobj, \
649 tstate->c_profileobj = NULL; in new_threadstate()867 Py_CLEAR(tstate->c_profileobj); in PyThreadState_Clear()
1114 PyObject *temp = tstate->c_profileobj; in sys_getprofile_impl()