Lines Matching refs:ProfilerContext
42 } ProfilerContext;
47 ProfilerContext *currentProfilerContext;
48 ProfilerContext *freelistProfilerContext;
282 ProfilerContext *c = pObj->freelistProfilerContext;
290 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry)
310 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry)
345 ProfilerContext *pContext;
362 /* grab a ProfilerContext out of the free list */
369 pContext = (ProfilerContext*)
370 PyMem_Malloc(sizeof(ProfilerContext));
388 ProfilerContext *pContext;
693 ProfilerContext *pContext = pObj->currentProfilerContext;