pysym             432 tools/perf/util/scripting-engines/trace-event-python.c 			PyObject *pysym  = PyDict_New();
pysym             433 tools/perf/util/scripting-engines/trace-event-python.c 			if (!pysym)
pysym             435 tools/perf/util/scripting-engines/trace-event-python.c 			pydict_set_item_string_decref(pysym, "start",
pysym             437 tools/perf/util/scripting-engines/trace-event-python.c 			pydict_set_item_string_decref(pysym, "end",
pysym             439 tools/perf/util/scripting-engines/trace-event-python.c 			pydict_set_item_string_decref(pysym, "binding",
pysym             441 tools/perf/util/scripting-engines/trace-event-python.c 			pydict_set_item_string_decref(pysym, "name",
pysym             444 tools/perf/util/scripting-engines/trace-event-python.c 			pydict_set_item_string_decref(pyelem, "sym", pysym);