Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c187 PyObject *code_obj = PyObject_GetAttrString(handler, in get_argument_count() local
191 code_obj = PyObject_GetAttrString(handler, in get_argument_count()
195 if (code_obj) { in get_argument_count()
196 PyObject *arg_count_obj = PyObject_GetAttrString(code_obj, in get_argument_count()
202 Py_DECREF(code_obj); in get_argument_count()