Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/scripting-engines/
Dtrace-event-python.c197 PyObject *arg_count_obj = PyObject_GetAttrString(code_obj, in get_argument_count() local
199 if (arg_count_obj) { in get_argument_count()
200 arg_count = (int) _PyLong_AsLong(arg_count_obj); in get_argument_count()
201 Py_DECREF(arg_count_obj); in get_argument_count()