Lines Matching defs:pObj
77 static _PyTime_t CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
107 call_timer(ProfilerObject *pObj) in call_timer()
191 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()
219 getEntry(ProfilerObject *pObj, void *key) in getEntry()
225 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
232 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
266 static void clearEntries(ProfilerObject *pObj) in clearEntries()
284 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
304 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
337 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_enter_call() local
380 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_leave_call() local
458 pending_exception(ProfilerObject *pObj) in pending_exception()
631 setSubcalls(ProfilerObject *pObj, int nvalue) in setSubcalls()
641 setBuiltins(ProfilerObject *pObj, int nvalue) in setBuiltins()
684 flush_unmatched(ProfilerObject *pObj) in flush_unmatched()
728 profiler_clear(ProfilerObject *pObj, PyObject* noarg) in profiler_clear()
760 profiler_init(ProfilerObject *pObj, PyObject *args, PyObject *kw) in profiler_init()