Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/scripting-engines/
Dtrace-event-python.c162 PyObject *code_obj = PyObject_GetAttrString(handler, in get_argument_count() local
166 code_obj = PyObject_GetAttrString(handler, in get_argument_count()
170 if (code_obj) { in get_argument_count()
171 PyObject *arg_count_obj = PyObject_GetAttrString(code_obj, in get_argument_count()
177 Py_DECREF(code_obj); in get_argument_count()