Symbol: _PyUnicode_FromString
tools/perf/util/scripting-engines/trace-event-python.c
1003
PyTuple_SetItem(t, n++, _PyUnicode_FromString(comm));
tools/perf/util/scripting-engines/trace-event-python.c
1010
pydict_set_item_string_decref(dict, "common_comm", _PyUnicode_FromString(comm));
tools/perf/util/scripting-engines/trace-event-python.c
1031
obj = _PyUnicode_FromString((char *) data + offset);
tools/perf/util/scripting-engines/trace-event-python.c
1130
return PyTuple_SetItem(t, pos, _PyUnicode_FromString(s));
tools/perf/util/scripting-engines/trace-event-python.c
202
PyTuple_SetItem(t, n++, _PyUnicode_FromString(ev_name));
tools/perf/util/scripting-engines/trace-event-python.c
203
PyTuple_SetItem(t, n++, _PyUnicode_FromString(field_name));
tools/perf/util/scripting-engines/trace-event-python.c
205
PyTuple_SetItem(t, n++, _PyUnicode_FromString(field_str));
tools/perf/util/scripting-engines/trace-event-python.c
243
PyTuple_SetItem(t, n++, _PyUnicode_FromString(ev_name));
tools/perf/util/scripting-engines/trace-event-python.c
244
PyTuple_SetItem(t, n++, _PyUnicode_FromString(field_name));
tools/perf/util/scripting-engines/trace-event-python.c
246
PyTuple_SetItem(t, n++, _PyUnicode_FromString(delim));
tools/perf/util/scripting-engines/trace-event-python.c
463
_PyUnicode_FromString(node->srcline));
tools/perf/util/scripting-engines/trace-event-python.c
471
_PyUnicode_FromString(dsoname));
tools/perf/util/scripting-engines/trace-event-python.c
527
_PyUnicode_FromString(dsoname));
tools/perf/util/scripting-engines/trace-event-python.c
533
_PyUnicode_FromString(dsoname));
tools/perf/util/scripting-engines/trace-event-python.c
600
_PyUnicode_FromString(bf));
tools/perf/util/scripting-engines/trace-event-python.c
606
_PyUnicode_FromString(bf));
tools/perf/util/scripting-engines/trace-event-python.c
610
_PyUnicode_FromString(bf));
tools/perf/util/scripting-engines/trace-event-python.c
614
_PyUnicode_FromString("X"));
tools/perf/util/scripting-engines/trace-event-python.c
617
_PyUnicode_FromString("-"));
tools/perf/util/scripting-engines/trace-event-python.c
622
_PyUnicode_FromString("A"));
tools/perf/util/scripting-engines/trace-event-python.c
625
_PyUnicode_FromString("-"));
tools/perf/util/scripting-engines/trace-event-python.c
711
_PyUnicode_FromString(decode));
tools/perf/util/scripting-engines/trace-event-python.c
757
_PyUnicode_FromString(bf));
tools/perf/util/scripting-engines/trace-event-python.c
769
_PyUnicode_FromString(bf));
tools/perf/util/scripting-engines/trace-event-python.c
787
_PyUnicode_FromString(dso__name(dso)));
tools/perf/util/scripting-engines/trace-event-python.c
790
_PyUnicode_FromString(sbuild_id));
tools/perf/util/scripting-engines/trace-event-python.c
800
_PyUnicode_FromString(al->sym->name));
tools/perf/util/scripting-engines/trace-event-python.c
816
pydict_set_item_string_decref(dict, "flags", _PyUnicode_FromString(str));
tools/perf/util/scripting-engines/trace-event-python.c
826
_PyUnicode_FromString(flags_disp));
tools/perf/util/scripting-engines/trace-event-python.c
847
pydict_set_item_string_decref(dict, "ev_name", _PyUnicode_FromString(evsel__name(evsel)));
tools/perf/util/scripting-engines/trace-event-python.c
883
_PyUnicode_FromString(thread__comm_str(al->thread)));
tools/perf/util/scripting-engines/trace-event-python.c
990
PyTuple_SetItem(t, n++, _PyUnicode_FromString(handler_name));