Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c154 static int get_argument_count(PyObject *handler) in get_argument_count() function
1002 if (get_argument_count(handler) == (int) n + 1) { in python_process_tracepoint()