Lines Matching defs:pObj
83 static _PyTime_t CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
113 call_timer(ProfilerObject *pObj) in call_timer()
197 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()
225 getEntry(ProfilerObject *pObj, void *key) in getEntry()
231 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
238 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
272 static void clearEntries(ProfilerObject *pObj) in clearEntries()
290 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
310 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
343 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_enter_call() local
386 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_leave_call() local
464 pending_exception(ProfilerObject *pObj) in pending_exception()
637 setSubcalls(ProfilerObject *pObj, int nvalue) in setSubcalls()
647 setBuiltins(ProfilerObject *pObj, int nvalue) in setBuiltins()
690 flush_unmatched(ProfilerObject *pObj) in flush_unmatched()
734 profiler_clear(ProfilerObject *pObj, PyObject* noarg) in profiler_clear()
767 profiler_init(ProfilerObject *pObj, PyObject *args, PyObject *kw) in profiler_init()