Symbol: _PyLong_FromLong
tools/perf/util/scripting-engines/trace-event-python.c
1000
PyTuple_SetItem(t, n++, _PyLong_FromLong(s));
tools/perf/util/scripting-engines/trace-event-python.c
1001
PyTuple_SetItem(t, n++, _PyLong_FromLong(ns));
tools/perf/util/scripting-engines/trace-event-python.c
1002
PyTuple_SetItem(t, n++, _PyLong_FromLong(pid));
tools/perf/util/scripting-engines/trace-event-python.c
1006
pydict_set_item_string_decref(dict, "common_cpu", _PyLong_FromLong(cpu));
tools/perf/util/scripting-engines/trace-event-python.c
1007
pydict_set_item_string_decref(dict, "common_s", _PyLong_FromLong(s));
tools/perf/util/scripting-engines/trace-event-python.c
1008
pydict_set_item_string_decref(dict, "common_ns", _PyLong_FromLong(ns));
tools/perf/util/scripting-engines/trace-event-python.c
1009
pydict_set_item_string_decref(dict, "common_pid", _PyLong_FromLong(pid));
tools/perf/util/scripting-engines/trace-event-python.c
1090
return PyTuple_SetItem(t, pos, _PyLong_FromLong(val));
tools/perf/util/scripting-engines/trace-event-python.c
1120
return PyTuple_SetItem(t, pos, _PyLong_FromLong(val));
tools/perf/util/scripting-engines/trace-event-python.c
1696
PyTuple_SetItem(t, n++, _PyLong_FromLong(cpu.cpu));
tools/perf/util/scripting-engines/trace-event-python.c
1697
PyTuple_SetItem(t, n++, _PyLong_FromLong(thread));
tools/perf/util/scripting-engines/trace-event-python.c
204
PyTuple_SetItem(t, n++, _PyLong_FromLong(value));
tools/perf/util/scripting-engines/trace-event-python.c
347
obj = _PyLong_FromLong(val);
tools/perf/util/scripting-engines/trace-event-python.c
352
obj = _PyLong_FromLong(val);
tools/perf/util/scripting-engines/trace-event-python.c
439
_PyLong_FromLong(symbol__binding(node->ms.sym)));
tools/perf/util/scripting-engines/trace-event-python.c
855
_PyLong_FromLong(sample->pid));
tools/perf/util/scripting-engines/trace-event-python.c
857
_PyLong_FromLong(sample->tid));
tools/perf/util/scripting-engines/trace-event-python.c
859
_PyLong_FromLong(sample->cpu));
tools/perf/util/scripting-engines/trace-event-python.c
897
_PyLong_FromLong(sample->machine_pid));
tools/perf/util/scripting-engines/trace-event-python.c
899
_PyLong_FromLong(sample->vcpu));
tools/perf/util/scripting-engines/trace-event-python.c
903
_PyLong_FromLong((unsigned long)sample->cpumode));
tools/perf/util/scripting-engines/trace-event-python.c
999
PyTuple_SetItem(t, n++, _PyLong_FromLong(cpu));