Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c108 ProfilerContext *currentProfilerContext; member
307 if (pObj->currentProfilerContext) { in clearEntries()
308 free(pObj->currentProfilerContext); in clearEntries()
309 pObj->currentProfilerContext = NULL; in clearEntries()
324 self->previous = pObj->currentProfilerContext; in initContext()
325 pObj->currentProfilerContext = self; in initContext()
346 pObj->currentProfilerContext = self->previous; in Stop()
420 pContext = pObj->currentProfilerContext; in ptrace_leave_call()
428 pObj->currentProfilerContext = pContext->previous; in ptrace_leave_call()
711 while (pObj->currentProfilerContext) { in flush_unmatched()
[all …]