pyrf_cpu_map__type  599 tools/perf/util/python.c static PyTypeObject pyrf_cpu_map__type = {
pyrf_cpu_map__type  612 tools/perf/util/python.c 	pyrf_cpu_map__type.tp_new = PyType_GenericNew;
pyrf_cpu_map__type  613 tools/perf/util/python.c 	return PyType_Ready(&pyrf_cpu_map__type);
pyrf_cpu_map__type 1359 tools/perf/util/python.c 	Py_INCREF(&pyrf_cpu_map__type);
pyrf_cpu_map__type 1360 tools/perf/util/python.c 	PyModule_AddObject(module, "cpu_map", (PyObject*)&pyrf_cpu_map__type);