pyrf_context_switch_event__type  466 tools/perf/util/python.c static PyTypeObject pyrf_context_switch_event__type = {
pyrf_context_switch_event__type  485 tools/perf/util/python.c 	pyrf_context_switch_event__type.tp_new =
pyrf_context_switch_event__type  508 tools/perf/util/python.c 	err = PyType_Ready(&pyrf_context_switch_event__type);
pyrf_context_switch_event__type  525 tools/perf/util/python.c 	[PERF_RECORD_SWITCH]	 = &pyrf_context_switch_event__type,
pyrf_context_switch_event__type  526 tools/perf/util/python.c 	[PERF_RECORD_SWITCH_CPU_WIDE]  = &pyrf_context_switch_event__type,
pyrf_context_switch_event__type 1353 tools/perf/util/python.c 	Py_INCREF(&pyrf_context_switch_event__type);
pyrf_context_switch_event__type 1354 tools/perf/util/python.c 	PyModule_AddObject(module, "switch_event", (PyObject *)&pyrf_context_switch_event__type);