pyrf_comm_event__type  221 tools/perf/util/python.c static PyTypeObject pyrf_comm_event__type = {
pyrf_comm_event__type  481 tools/perf/util/python.c 	pyrf_comm_event__type.tp_new =
pyrf_comm_event__type  496 tools/perf/util/python.c 	err = PyType_Ready(&pyrf_comm_event__type);
pyrf_comm_event__type  518 tools/perf/util/python.c 	[PERF_RECORD_COMM]	 = &pyrf_comm_event__type,
pyrf_comm_event__type 1335 tools/perf/util/python.c 	Py_INCREF(&pyrf_comm_event__type);
pyrf_comm_event__type 1336 tools/perf/util/python.c 	PyModule_AddObject(module, "comm_event", (PyObject *)&pyrf_comm_event__type);