Lines Matching refs:ProfilerEntry
35 } ProfilerEntry;
41 ProfilerEntry *ctxEntry;
196 static ProfilerEntry*
199 ProfilerEntry *self;
200 self = (ProfilerEntry*) PyMem_Malloc(sizeof(ProfilerEntry));
224 static ProfilerEntry*
227 return (ProfilerEntry*) RotatingTree_Get(&pObj->profilerEntries, key);
231 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry)
238 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry)
265 ProfilerEntry *entry = (ProfilerEntry*) header;
290 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry)
299 ProfilerEntry *caller = self->previous->ctxEntry;
310 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry)
325 ProfilerEntry *caller = self->previous->ctxEntry;
344 ProfilerEntry *profEntry;
387 ProfilerEntry *profEntry;
521 ProfilerEntry *entry = (ProfilerEntry*) sentry->header.key;
540 ProfilerEntry *entry = (ProfilerEntry*) node;
694 ProfilerEntry *profEntry= pContext->ctxEntry;