Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h84 PyObject *c_profileobj; member
/third_party/python/Python/
Dceval.c1655 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, \
Dpystate.c649 tstate->c_profileobj = NULL; in new_threadstate()
867 Py_CLEAR(tstate->c_profileobj); in PyThreadState_Clear()
Dsysmodule.c1114 PyObject *temp = tstate->c_profileobj; in sys_getprofile_impl()