pylist 398 tools/perf/util/scripting-engines/trace-event-python.c PyObject *pylist; pylist 400 tools/perf/util/scripting-engines/trace-event-python.c pylist = PyList_New(0); pylist 401 tools/perf/util/scripting-engines/trace-event-python.c if (!pylist) pylist 455 tools/perf/util/scripting-engines/trace-event-python.c PyList_Append(pylist, pyelem); pylist 460 tools/perf/util/scripting-engines/trace-event-python.c return pylist; pylist 467 tools/perf/util/scripting-engines/trace-event-python.c PyObject *pylist; pylist 470 tools/perf/util/scripting-engines/trace-event-python.c pylist = PyList_New(0); pylist 471 tools/perf/util/scripting-engines/trace-event-python.c if (!pylist) pylist 513 tools/perf/util/scripting-engines/trace-event-python.c PyList_Append(pylist, pyelem); pylist 518 tools/perf/util/scripting-engines/trace-event-python.c return pylist; pylist 564 tools/perf/util/scripting-engines/trace-event-python.c PyObject *pylist; pylist 569 tools/perf/util/scripting-engines/trace-event-python.c pylist = PyList_New(0); pylist 570 tools/perf/util/scripting-engines/trace-event-python.c if (!pylist) pylist 615 tools/perf/util/scripting-engines/trace-event-python.c PyList_Append(pylist, pyelem); pylist 620 tools/perf/util/scripting-engines/trace-event-python.c return pylist;