Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c103 } ProfilerContext; typedef
108 ProfilerContext *currentProfilerContext;
109 ProfilerContext *freelistProfilerContext;
312 ProfilerContext *c = pObj->freelistProfilerContext; in clearEntries()
320 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
340 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
375 ProfilerContext *pContext; in ptrace_enter_call()
399 pContext = (ProfilerContext*) in ptrace_enter_call()
400 malloc(sizeof(ProfilerContext)); in ptrace_enter_call()
418 ProfilerContext *pContext; in ptrace_leave_call()
[all …]