Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c116 #define POF_SUBCALLS 0x002 macro
327 if ((pObj->flags & POF_SUBCALLS) && self->previous) { in initContext()
353 if ((pObj->flags & POF_SUBCALLS) && self->previous) { in Stop()
658 pObj->flags &= ~POF_SUBCALLS; in setSubcalls()
660 pObj->flags |= POF_SUBCALLS; in setSubcalls()