Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpystate.h72 PyObject *c_profileobj; member
/external/python/cpython2/Python/
Dpystate.c192 tstate->c_profileobj = NULL; in new_threadstate()
252 Py_CLEAR(tstate->c_profileobj); in PyThreadState_Clear()
Dceval.c1004 tstate->c_profileobj, in PyEval_EvalFrameEx()
3315 tstate->c_profileobj, f, in PyEval_EvalFrameEx()
3318 tstate->c_profileobj, f, in PyEval_EvalFrameEx()
4082 PyObject *temp = tstate->c_profileobj; in PyEval_SetProfile()
4085 tstate->c_profileobj = NULL; in PyEval_SetProfile()
4090 tstate->c_profileobj = arg; in PyEval_SetProfile()
4281 tstate->c_profileobj, \
4291 tstate->c_profileobj, \
4297 tstate->c_profileobj, \
Dsysmodule.c448 PyObject *temp = tstate->c_profileobj; in sys_getprofile()
/external/python/cpython2/Modules/
Dpyexpat.c280 result = tstate->c_profilefunc(tstate->c_profileobj, in trace_frame()