pyrf_evsel__type  852 tools/perf/util/python.c static PyTypeObject pyrf_evsel__type = {
pyrf_evsel__type  865 tools/perf/util/python.c 	pyrf_evsel__type.tp_new = PyType_GenericNew;
pyrf_evsel__type  866 tools/perf/util/python.c 	return PyType_Ready(&pyrf_evsel__type);
pyrf_evsel__type 1326 tools/perf/util/python.c 	Py_INCREF(&pyrf_evsel__type);
pyrf_evsel__type 1327 tools/perf/util/python.c 	PyModule_AddObject(module, "evsel", (PyObject*)&pyrf_evsel__type);