Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c120 staticforward PyTypeObject PyProfiler_Type; variable
122 #define PyProfiler_Check(op) PyObject_TypeCheck(op, &PyProfiler_Type)
123 #define PyProfiler_CheckExact(op) (Py_TYPE(op) == &PyProfiler_Type)
819 statichere PyTypeObject PyProfiler_Type = { variable
874 if (PyType_Ready(&PyProfiler_Type) < 0) in init_lsprof()
876 PyDict_SetItemString(d, "Profiler", (PyObject *)&PyProfiler_Type); in init_lsprof()