Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c374 ProfilerEntry *profEntry; in ptrace_enter_call() local
386 profEntry = getEntry(pObj, key); in ptrace_enter_call()
387 if (profEntry == NULL) { in ptrace_enter_call()
388 profEntry = newProfilerEntry(pObj, key, userObj); in ptrace_enter_call()
389 if (profEntry == NULL) in ptrace_enter_call()
406 initContext(pObj, pContext, profEntry); in ptrace_enter_call()
417 ProfilerEntry *profEntry; in ptrace_leave_call() local
423 profEntry = getEntry(pObj, key); in ptrace_leave_call()
424 if (profEntry) { in ptrace_leave_call()
425 Stop(pObj, pContext, profEntry); in ptrace_leave_call()
[all …]