Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/
H A DContext.c213 static struct PyModuleDef moduledef = { in PyInit_perf_trace_context() local
226 mod = PyModule_Create(&moduledef); in PyInit_perf_trace_context()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0006-Workaround-patch-for-missing-Python3-transition-of-t.patch40 + static struct PyModuleDef moduledef = { \
42 + ob = PyModule_Create(&moduledef);
/openbmc/linux/tools/perf/util/
H A Dpython.c1424 static struct PyModuleDef moduledef = { in initperf() local
1435 PyObject *module = PyModule_Create(&moduledef); in initperf()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pybluez/
H A Dpy-3.11.patch80 PyObject *m = PyModule_Create(&moduledef);