Symbol: _PyLong_FromLong
tools/perf/util/scripting-engines/trace-event-python.c
1003
PyTuple_SetItem(t, n++, _PyLong_FromLong(cpu));
tools/perf/util/scripting-engines/trace-event-python.c
1004
PyTuple_SetItem(t, n++, _PyLong_FromLong(s));
tools/perf/util/scripting-engines/trace-event-python.c
1005
PyTuple_SetItem(t, n++, _PyLong_FromLong(ns));
tools/perf/util/scripting-engines/trace-event-python.c
1006
PyTuple_SetItem(t, n++, _PyLong_FromLong(pid));
tools/perf/util/scripting-engines/trace-event-python.c
1010
pydict_set_item_string_decref(dict, "common_cpu", _PyLong_FromLong(cpu));
tools/perf/util/scripting-engines/trace-event-python.c
1011
pydict_set_item_string_decref(dict, "common_s", _PyLong_FromLong(s));
tools/perf/util/scripting-engines/trace-event-python.c
1012
pydict_set_item_string_decref(dict, "common_ns", _PyLong_FromLong(ns));
tools/perf/util/scripting-engines/trace-event-python.c
1013
pydict_set_item_string_decref(dict, "common_pid", _PyLong_FromLong(pid));
tools/perf/util/scripting-engines/trace-event-python.c
1095
return PyTuple_SetItem(t, pos, _PyLong_FromLong(val));
tools/perf/util/scripting-engines/trace-event-python.c
1125
return PyTuple_SetItem(t, pos, _PyLong_FromLong(val));
tools/perf/util/scripting-engines/trace-event-python.c
1681
PyTuple_SetItem(t, n++, _PyLong_FromLong(cpu.cpu));
tools/perf/util/scripting-engines/trace-event-python.c
1682
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
440
_PyLong_FromLong(node->ms.sym->binding));
tools/perf/util/scripting-engines/trace-event-python.c
859
_PyLong_FromLong(sample->pid));
tools/perf/util/scripting-engines/trace-event-python.c
861
_PyLong_FromLong(sample->tid));
tools/perf/util/scripting-engines/trace-event-python.c
863
_PyLong_FromLong(sample->cpu));
tools/perf/util/scripting-engines/trace-event-python.c
901
_PyLong_FromLong(sample->machine_pid));
tools/perf/util/scripting-engines/trace-event-python.c
903
_PyLong_FromLong(sample->vcpu));
tools/perf/util/scripting-engines/trace-event-python.c
907
_PyLong_FromLong((unsigned long)sample->cpumode));