Lines Matching full:context
2 * Context.c. Python interfaces for perf script.
31 PyObject *context;
34 if (!PyArg_ParseTuple(args, "O", &context))
37 scripting_context = PyCObject_AsVoidPtr(context);
47 PyObject *context;
50 if (!PyArg_ParseTuple(args, "O", &context))
53 scripting_context = PyCObject_AsVoidPtr(context);
63 PyObject *context;
66 if (!PyArg_ParseTuple(args, "O", &context))
69 scripting_context = PyCObject_AsVoidPtr(context);