Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c115 #define POF_ENABLED 0x001 macro
703 self->flags |= POF_ENABLED; in profiler_enable()
733 self->flags &= ~POF_ENABLED; in profiler_disable()
759 if (op->flags & POF_ENABLED) in profiler_dealloc()