Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lsprof.c106 #define POF_SUBCALLS 0x002 macro
326 if ((pObj->flags & POF_SUBCALLS) && self->previous) { in initContext()
352 if ((pObj->flags & POF_SUBCALLS) && self->previous) { in Stop()
655 pObj->flags &= ~POF_SUBCALLS; in setSubcalls()
657 pObj->flags |= POF_SUBCALLS; in setSubcalls()
/external/python/cpython2/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()