Home
last modified time | relevance | path

Searched refs:ProfilerEntry (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c96 } ProfilerEntry; typedef
102 ProfilerEntry *ctxEntry;
226 static ProfilerEntry*
229 ProfilerEntry *self; in newProfilerEntry()
230 self = (ProfilerEntry*) malloc(sizeof(ProfilerEntry)); in newProfilerEntry()
254 static ProfilerEntry*
257 return (ProfilerEntry*) RotatingTree_Get(&pObj->profilerEntries, key); in getEntry()
261 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
268 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
295 ProfilerEntry *entry = (ProfilerEntry*) header; in freeEntry()
[all …]