dict_sample 635 tools/perf/util/scripting-engines/trace-event-python.c static void set_sample_read_in_dict(PyObject *dict_sample, dict_sample 644 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "time_enabled", dict_sample 649 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "time_running", dict_sample 670 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "values", values); dict_sample 729 tools/perf/util/scripting-engines/trace-event-python.c PyObject *dict, *dict_sample, *brstack, *brstacksym; dict_sample 735 tools/perf/util/scripting-engines/trace-event-python.c dict_sample = PyDict_New(); dict_sample 736 tools/perf/util/scripting-engines/trace-event-python.c if (!dict_sample) dict_sample 742 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "pid", dict_sample 744 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "tid", dict_sample 746 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "cpu", dict_sample 748 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "ip", dict_sample 750 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "time", dict_sample 752 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "period", dict_sample 754 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "phys_addr", dict_sample 756 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "addr", dict_sample 758 tools/perf/util/scripting-engines/trace-event-python.c set_sample_read_in_dict(dict_sample, sample, evsel); dict_sample 759 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "weight", dict_sample 761 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict_sample, "transaction", dict_sample 763 tools/perf/util/scripting-engines/trace-event-python.c set_sample_datasrc_in_dict(dict_sample, sample); dict_sample 764 tools/perf/util/scripting-engines/trace-event-python.c pydict_set_item_string_decref(dict, "sample", dict_sample);