pyrf_thread_map__type 668 tools/perf/util/python.c static PyTypeObject pyrf_thread_map__type = { pyrf_thread_map__type 681 tools/perf/util/python.c pyrf_thread_map__type.tp_new = PyType_GenericNew; pyrf_thread_map__type 682 tools/perf/util/python.c return PyType_Ready(&pyrf_thread_map__type); pyrf_thread_map__type 1356 tools/perf/util/python.c Py_INCREF(&pyrf_thread_map__type); pyrf_thread_map__type 1357 tools/perf/util/python.c PyModule_AddObject(module, "thread_map", (PyObject*)&pyrf_thread_map__type);