pyrf_lost_event__type  287 tools/perf/util/python.c static PyTypeObject pyrf_lost_event__type = {
pyrf_lost_event__type  482 tools/perf/util/python.c 	pyrf_lost_event__type.tp_new =
pyrf_lost_event__type  490 tools/perf/util/python.c 	err = PyType_Ready(&pyrf_lost_event__type);
pyrf_lost_event__type  517 tools/perf/util/python.c 	[PERF_RECORD_LOST]	 = &pyrf_lost_event__type,
pyrf_lost_event__type 1332 tools/perf/util/python.c 	Py_INCREF(&pyrf_lost_event__type);
pyrf_lost_event__type 1333 tools/perf/util/python.c 	PyModule_AddObject(module, "lost_event", (PyObject *)&pyrf_lost_event__type);