Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpython.c415 static PyTypeObject pyrf_lost_event__type = { variable
616 pyrf_lost_event__type.tp_new = in pyrf_event__setup_types()
624 err = PyType_Ready(&pyrf_lost_event__type); in pyrf_event__setup_types()
651 [PERF_RECORD_LOST] = &pyrf_lost_event__type,
1462 Py_INCREF(&pyrf_lost_event__type); in initperf()
1463 PyModule_AddObject(module, "lost_event", (PyObject *)&pyrf_lost_event__type); in initperf()