pyrf_evlist__type 1152 tools/perf/util/python.c static PyTypeObject pyrf_evlist__type = {
pyrf_evlist__type 1166 tools/perf/util/python.c 	pyrf_evlist__type.tp_new = PyType_GenericNew;
pyrf_evlist__type 1167 tools/perf/util/python.c 	return PyType_Ready(&pyrf_evlist__type);
pyrf_evlist__type 1323 tools/perf/util/python.c 	Py_INCREF(&pyrf_evlist__type);
pyrf_evlist__type 1324 tools/perf/util/python.c 	PyModule_AddObject(module, "evlist", (PyObject*)&pyrf_evlist__type);