Home
last modified time | relevance | path

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

/tools/perf/util/scripting-engines/
Dtrace-event-python.c319 PyObject *pylist; in python_process_callchain() local
321 pylist = PyList_New(0); in python_process_callchain()
322 if (!pylist) in python_process_callchain()
382 PyList_Append(pylist, pyelem); in python_process_callchain()
387 return pylist; in python_process_callchain()