Lines Matching refs:ProfilerObject
46 } ProfilerObject; typedef
60 static _PyTime_t CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
90 call_timer(ProfilerObject *pObj) in call_timer()
174 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()
202 getEntry(ProfilerObject *pObj, void *key) in getEntry()
208 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
215 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
249 static void clearEntries(ProfilerObject *pObj) in clearEntries()
267 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
287 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
320 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_enter_call()
363 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_leave_call()
415 if ((((ProfilerObject *)self)->flags & POF_BUILTINS) in profiler_callback()
427 if ((((ProfilerObject *)self)->flags & POF_BUILTINS) in profiler_callback()
441 pending_exception(ProfilerObject *pObj) in pending_exception()
584 profiler_getstats(ProfilerObject *pObj, PyObject* noarg) in profiler_getstats()
610 setSubcalls(ProfilerObject *pObj, int nvalue) in setSubcalls()
620 setBuiltins(ProfilerObject *pObj, int nvalue) in setBuiltins()
641 profiler_enable(ProfilerObject *self, PyObject *args, PyObject *kwds) in profiler_enable()
663 flush_unmatched(ProfilerObject *pObj) in flush_unmatched()
685 profiler_disable(ProfilerObject *self, PyObject* noarg) in profiler_disable()
707 profiler_clear(ProfilerObject *pObj, PyObject* noarg) in profiler_clear()
714 profiler_dealloc(ProfilerObject *op) in profiler_dealloc()
730 profiler_init(ProfilerObject *pObj, PyObject *args, PyObject *kw) in profiler_init()
777 sizeof(ProfilerObject), /* tp_basicsize */