Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dpystate.h114 PyObject *c_profileobj; member
/third_party/python/Python/
H A Dceval.c1593 tstate->c_profileobj, in trace_function_entry()
1613 if (call_trace_protected(tstate->c_profilefunc, tstate->c_profileobj, in trace_function_exit()
6971 PyObject *profileobj = tstate->c_profileobj;
6974 tstate->c_profileobj = NULL;
6980 tstate->c_profileobj = arg;
7254 if (call_trace(tstate->c_profilefunc, tstate->c_profileobj, \
7264 tstate->c_profileobj, \
7270 tstate->c_profileobj, \
H A Dsysmodule.c1089 PyObject *temp = tstate->c_profileobj; in sys_getprofile_impl()
H A Dpystate.c1054 Py_CLEAR(tstate->c_profileobj); in PyThreadState_Clear()

Completed in 21 milliseconds