HomeSort by relevance Sort by last modified time
    Searched refs:profEntry (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 374 ProfilerEntry *profEntry;
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;
423 profEntry = getEntry(pObj, key);
424 if (profEntry) {
425 Stop(pObj, pContext, profEntry);
    [all...]
  /external/python/cpython2/Modules/
_lsprof.c 374 ProfilerEntry *profEntry;
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;
423 profEntry = getEntry(pObj, key);
424 if (profEntry) {
425 Stop(pObj, pContext, profEntry);
    [all...]
  /external/python/cpython3/Modules/
_lsprof.c 373 ProfilerEntry *profEntry;
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;
422 profEntry = getEntry(pObj, key);
423 if (profEntry) {
424 Stop(pObj, pContext, profEntry);
    [all...]

Completed in 99 milliseconds