Lines Matching defs:pObj
130 static PY_LONG_LONG CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
159 #define CALL_TIMER(pObj) ((pObj)->externalTimer ? \ argument
227 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()
255 getEntry(ProfilerObject *pObj, void *key) in getEntry()
261 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
268 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
302 static void clearEntries(ProfilerObject *pObj) in clearEntries()
320 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
340 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
373 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_enter_call() local
416 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_leave_call() local
489 pending_exception(ProfilerObject *pObj) in pending_exception()
632 profiler_getstats(ProfilerObject *pObj, PyObject* noarg) in profiler_getstats()
655 setSubcalls(ProfilerObject *pObj, int nvalue) in setSubcalls()
665 setBuiltins(ProfilerObject *pObj, int nvalue) in setBuiltins()
709 flush_unmatched(ProfilerObject *pObj) in flush_unmatched()
749 profiler_clear(ProfilerObject *pObj, PyObject* noarg) in profiler_clear()
768 profiler_init(ProfilerObject *pObj, PyObject *args, PyObject *kw) in profiler_init()