Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c179 static int get_argument_count(PyObject *handler) in get_argument_count() function
1043 if (get_argument_count(handler) == (int) n + 1) { in python_process_tracepoint()