Lines Matching refs:ProfilerContext
93 } ProfilerContext; typedef
98 ProfilerContext *currentProfilerContext;
99 ProfilerContext *freelistProfilerContext;
311 ProfilerContext *c = pObj->freelistProfilerContext; in clearEntries()
319 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
339 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
374 ProfilerContext *pContext; in ptrace_enter_call()
398 pContext = (ProfilerContext*) in ptrace_enter_call()
399 PyMem_Malloc(sizeof(ProfilerContext)); in ptrace_enter_call()
417 ProfilerContext *pContext; in ptrace_leave_call()
702 ProfilerContext *pContext = pObj->currentProfilerContext; in flush_unmatched()