Home
last modified time | relevance | path

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

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