Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/scripting-engines/
Dtrace-event-python.c58 #define _PyUnicode_FromStringAndSize(arg1, arg2) \ macro
73 #define _PyUnicode_FromStringAndSize(arg1, arg2) \ macro
442 _PyUnicode_FromStringAndSize(node->ms.sym->name, in python_process_callchain()