Searched defs:userObj (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | _lsprof.c | 79 PyObject *userObj; /* PyCodeObject, or a descriptive str for builtins */ member 226 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry() 368 ptrace_enter_call(PyObject *self, void *key, PyObject *userObj) in ptrace_enter_call()
|
/external/python/cpython2/Modules/ |
D | _lsprof.c | 89 PyObject *userObj; /* PyCodeObject, or a descriptive str for builtins */ member 227 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry() 369 ptrace_enter_call(PyObject *self, void *key, PyObject *userObj) in ptrace_enter_call()
|