Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpython.c562 static PyTypeObject pyrf_sample_event__type = { variable
618 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()