Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c537 static PyTypeObject StatsSubEntryType; variable
553 sinfo = PyObject_CallFunction((PyObject*) &StatsSubEntryType, in statsForSubEntry()
881 PyStructSequence_InitType(&StatsSubEntryType, in init_lsprof()
885 Py_INCREF((PyObject*) &StatsSubEntryType); in init_lsprof()
889 (PyObject*) &StatsSubEntryType); in init_lsprof()