• Home
  • Raw
  • Download

Lines Matching refs:ProfilerObject

113 } ProfilerObject;  typedef
130 static PY_LONG_LONG CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
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()
416 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_leave_call()
462 if ((((ProfilerObject *)self)->flags & POF_BUILTINS) in profiler_callback()
474 if ((((ProfilerObject *)self)->flags & POF_BUILTINS) in profiler_callback()
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()
692 profiler_enable(ProfilerObject *self, PyObject *args, PyObject *kwds) in profiler_enable()
709 flush_unmatched(ProfilerObject *pObj) in flush_unmatched()
731 profiler_disable(ProfilerObject *self, PyObject* noarg) in profiler_disable()
749 profiler_clear(ProfilerObject *pObj, PyObject* noarg) in profiler_clear()
757 profiler_dealloc(ProfilerObject *op) in profiler_dealloc()
768 profiler_init(ProfilerObject *pObj, PyObject *args, PyObject *kw) in profiler_init()
822 sizeof(ProfilerObject), /* tp_basicsize */