Searched refs:c_profileobj (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Include/ |
D | pystate.h | 72 PyObject *c_profileobj; member
|
/external/python/cpython2/Python/ |
D | pystate.c | 192 tstate->c_profileobj = NULL; in new_threadstate() 252 Py_CLEAR(tstate->c_profileobj); in PyThreadState_Clear()
|
D | ceval.c | 1012 tstate->c_profileobj, in PyEval_EvalFrameEx() 3335 tstate->c_profileobj, f, in PyEval_EvalFrameEx() 3338 tstate->c_profileobj, f, in PyEval_EvalFrameEx() 4102 PyObject *temp = tstate->c_profileobj; in PyEval_SetProfile() 4105 tstate->c_profileobj = NULL; in PyEval_SetProfile() 4110 tstate->c_profileobj = arg; in PyEval_SetProfile() 4301 tstate->c_profileobj, \ 4311 tstate->c_profileobj, \ 4317 tstate->c_profileobj, \
|
D | sysmodule.c | 448 PyObject *temp = tstate->c_profileobj; in sys_getprofile()
|
/external/python/cpython3/Include/ |
D | pystate.h | 235 PyObject *c_profileobj; member
|
/external/python/cpython3/Python/ |
D | ceval.c | 866 tstate->c_profileobj, in _PyEval_EvalFrameDefault() 3480 tstate->c_profileobj, in _PyEval_EvalFrameDefault() 3483 else if (call_trace(tstate->c_profilefunc, tstate->c_profileobj, in _PyEval_EvalFrameDefault() 4317 PyObject *temp = tstate->c_profileobj; in PyEval_SetProfile() 4320 tstate->c_profileobj = NULL; in PyEval_SetProfile() 4325 tstate->c_profileobj = arg; in PyEval_SetProfile() 4522 if (call_trace(tstate->c_profilefunc, tstate->c_profileobj, \ 4532 tstate->c_profileobj, \ 4538 tstate->c_profileobj, \
|
D | pystate.c | 391 tstate->c_profileobj = NULL; in new_threadstate() 592 Py_CLEAR(tstate->c_profileobj); in PyThreadState_Clear()
|
D | sysmodule.c | 617 PyObject *temp = tstate->c_profileobj; in sys_getprofile()
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 280 result = tstate->c_profilefunc(tstate->c_profileobj, in trace_frame()
|