Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c65 #define _PyLong_AsLong(arg) \ macro
80 #define _PyLong_AsLong(arg) \ macro
174 arg_count = (int) _PyLong_AsLong(arg_count_obj); in get_argument_count()