pyrf_sample_event__type 428 tools/perf/util/python.c static PyTypeObject pyrf_sample_event__type = { pyrf_sample_event__type 484 tools/perf/util/python.c pyrf_sample_event__type.tp_new = pyrf_sample_event__type 505 tools/perf/util/python.c err = PyType_Ready(&pyrf_sample_event__type); pyrf_sample_event__type 524 tools/perf/util/python.c [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type, pyrf_sample_event__type 1350 tools/perf/util/python.c Py_INCREF(&pyrf_sample_event__type); pyrf_sample_event__type 1351 tools/perf/util/python.c PyModule_AddObject(module, "sample_event", (PyObject *)&pyrf_sample_event__type);