Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_lsprof.c42 } ProfilerContext; typedef
47 ProfilerContext *currentProfilerContext;
48 ProfilerContext *freelistProfilerContext;
282 ProfilerContext *c = pObj->freelistProfilerContext; in clearEntries()
290 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
310 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
345 ProfilerContext *pContext; in ptrace_enter_call()
362 /* grab a ProfilerContext out of the free list */ in ptrace_enter_call()
369 pContext = (ProfilerContext*) in ptrace_enter_call()
370 PyMem_Malloc(sizeof(ProfilerContext)); in ptrace_enter_call()
[all...]

Completed in 2 milliseconds