Searched defs:profEntry (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A D_lsprof.c374 ProfilerEntry *profEntry; local
386 profEntry = getEntry(pObj, key);
387 if (profEntry == NULL) {
388 profEntry = newProfilerEntry(pObj, key, userObj);
389 if (profEntry == NULL)
406 initContext(pObj, pContext, profEntry);
417 ProfilerEntry *profEntry; local
423 profEntry = getEntry(pObj, key);
424 if (profEntry) {
425 Stop(pObj, pContext, profEntry);
713 ProfilerEntry *profEntry= pContext->ctxEntry; local
[all...]
/external/python/cpython3/Modules/
H A D_lsprof.c373 ProfilerEntry *profEntry; local
385 profEntry = getEntry(pObj, key);
386 if (profEntry == NULL) {
387 profEntry = newProfilerEntry(pObj, key, userObj);
388 if (profEntry == NULL)
405 initContext(pObj, pContext, profEntry);
416 ProfilerEntry *profEntry; local
422 profEntry = getEntry(pObj, key);
423 if (profEntry) {
424 Stop(pObj, pContext, profEntry);
704 ProfilerEntry *profEntry= pContext->ctxEntry; local
[all...]

Completed in 67 milliseconds