Symbol: _PyUnicode_FromString
tools/perf/util/scripting-engines/trace-event-python.c
1007
PyTuple_SetItem(t, n++, _PyUnicode_FromString(comm));
tools/perf/util/scripting-engines/trace-event-python.c
1014
pydict_set_item_string_decref(dict, "common_comm", _PyUnicode_FromString(comm));
tools/perf/util/scripting-engines/trace-event-python.c
1035
obj = _PyUnicode_FromString((char *) data + offset);
tools/perf/util/scripting-engines/trace-event-python.c
1135
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
464
_PyUnicode_FromString(node->srcline));
tools/perf/util/scripting-engines/trace-event-python.c
472
_PyUnicode_FromString(dsoname));
tools/perf/util/scripting-engines/trace-event-python.c
528
_PyUnicode_FromString(dsoname));
tools/perf/util/scripting-engines/trace-event-python.c
534
_PyUnicode_FromString(dsoname));
tools/perf/util/scripting-engines/trace-event-python.c
601
_PyUnicode_FromString(bf));
tools/perf/util/scripting-engines/trace-event-python.c
607
_PyUnicode_FromString(bf));
tools/perf/util/scripting-engines/trace-event-python.c
611
_PyUnicode_FromString(bf));
tools/perf/util/scripting-engines/trace-event-python.c
615
_PyUnicode_FromString("X"));
tools/perf/util/scripting-engines/trace-event-python.c
618
_PyUnicode_FromString("-"));
tools/perf/util/scripting-engines/trace-event-python.c
623
_PyUnicode_FromString("A"));
tools/perf/util/scripting-engines/trace-event-python.c
626
_PyUnicode_FromString("-"));
tools/perf/util/scripting-engines/trace-event-python.c
714
_PyUnicode_FromString(decode));
tools/perf/util/scripting-engines/trace-event-python.c
761
_PyUnicode_FromString(bf));
tools/perf/util/scripting-engines/trace-event-python.c
773
_PyUnicode_FromString(bf));
tools/perf/util/scripting-engines/trace-event-python.c
791
_PyUnicode_FromString(dso__name(dso)));
tools/perf/util/scripting-engines/trace-event-python.c
794
_PyUnicode_FromString(sbuild_id));
tools/perf/util/scripting-engines/trace-event-python.c
804
_PyUnicode_FromString(al->sym->name));
tools/perf/util/scripting-engines/trace-event-python.c
820
pydict_set_item_string_decref(dict, "flags", _PyUnicode_FromString(str));
tools/perf/util/scripting-engines/trace-event-python.c
830
_PyUnicode_FromString(flags_disp));
tools/perf/util/scripting-engines/trace-event-python.c
851
pydict_set_item_string_decref(dict, "ev_name", _PyUnicode_FromString(evsel__name(evsel)));
tools/perf/util/scripting-engines/trace-event-python.c
887
_PyUnicode_FromString(thread__comm_str(al->thread)));
tools/perf/util/scripting-engines/trace-event-python.c
994
PyTuple_SetItem(t, n++, _PyUnicode_FromString(handler_name));