Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c84 } ProfilerSubEntry; typedef
260 static ProfilerSubEntry *
263 return (ProfilerSubEntry*) RotatingTree_Get(&caller->calls, in getSubEntry()
267 static ProfilerSubEntry *
270 ProfilerSubEntry *self; in newSubEntry()
271 self = (ProfilerSubEntry*) malloc(sizeof(ProfilerSubEntry)); in newSubEntry()
288 ProfilerSubEntry *subentry = (ProfilerSubEntry*) header; in freeSubEntry()
330 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in initContext()
356 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in Stop()
548 ProfilerSubEntry *sentry = (ProfilerSubEntry*) node; in statsForSubEntry()