Searched refs:pyrf_sample_event__type (Results 1 – 1 of 1) sorted by relevance
562 static PyTypeObject pyrf_sample_event__type = { variable618 pyrf_sample_event__type.tp_new = in pyrf_event__setup_types()639 err = PyType_Ready(&pyrf_sample_event__type); in pyrf_event__setup_types()658 [PERF_RECORD_SAMPLE] = &pyrf_sample_event__type,1480 Py_INCREF(&pyrf_sample_event__type); in initperf()1481 PyModule_AddObject(module, "sample_event", (PyObject *)&pyrf_sample_event__type); in initperf()