Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpython.c600 static PyTypeObject pyrf_context_switch_event__type = { variable
619 pyrf_context_switch_event__type.tp_new = in pyrf_event__setup_types()
642 err = PyType_Ready(&pyrf_context_switch_event__type); in pyrf_event__setup_types()
659 [PERF_RECORD_SWITCH] = &pyrf_context_switch_event__type,
660 [PERF_RECORD_SWITCH_CPU_WIDE] = &pyrf_context_switch_event__type,
1483 Py_INCREF(&pyrf_context_switch_event__type); in initperf()
1484 PyModule_AddObject(module, "switch_event", (PyObject *)&pyrf_context_switch_event__type); in initperf()