PyList_New        941 tools/perf/util/python.c         PyObject *list = PyList_New(0);
PyList_New        348 tools/perf/util/scripting-engines/trace-event-python.c 		list = PyList_New(field->arraylen);
PyList_New        400 tools/perf/util/scripting-engines/trace-event-python.c 	pylist = PyList_New(0);
PyList_New        470 tools/perf/util/scripting-engines/trace-event-python.c 	pylist = PyList_New(0);
PyList_New        569 tools/perf/util/scripting-engines/trace-event-python.c 	pylist = PyList_New(0);
PyList_New        654 tools/perf/util/scripting-engines/trace-event-python.c 		values = PyList_New(sample->read.group.nr);
PyList_New        656 tools/perf/util/scripting-engines/trace-event-python.c 		values = PyList_New(1);