Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpython.c733 static PyTypeObject pyrf_cpu_map__type = { variable
746 pyrf_cpu_map__type.tp_new = PyType_GenericNew; in pyrf_cpu_map__setup_types()
747 return PyType_Ready(&pyrf_cpu_map__type); in pyrf_cpu_map__setup_types()
1489 Py_INCREF(&pyrf_cpu_map__type); in initperf()
1490 PyModule_AddObject(module, "cpu_map", (PyObject*)&pyrf_cpu_map__type); in initperf()