Lines Matching refs:caller
231 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry)
233 return (ProfilerSubEntry*) RotatingTree_Get(&caller->calls,
238 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry)
252 RotatingTree_Add(&caller->calls, &self->header);
298 /* find or create an entry for me in my caller's entry */
299 ProfilerEntry *caller = self->previous->ctxEntry;
300 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry);
302 subentry = newSubEntry(pObj, caller, entry);
324 /* find or create an entry for me in my caller's entry */
325 ProfilerEntry *caller = self->previous->ctxEntry;
326 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry);
447 caller 'frame' */
662 statistics separated according to its current caller.\n\
664 built-in functions separately from their caller.\n\