Home
last modified time | relevance | path

Searched refs:pyelem (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c416 PyObject *pyelem; in python_process_callchain() local
422 pyelem = PyDict_New(); in python_process_callchain()
423 if (!pyelem) in python_process_callchain()
457 pyelem, "sym_off", in python_process_callchain()
476 Py_DECREF(pyelem); in python_process_callchain()
499 PyObject *pyelem; in python_process_brstack() local
504 if (!pyelem) in python_process_brstack()
537 Py_DECREF(pyelem); in python_process_brstack()
588 PyObject *pyelem; in python_process_brstacksym() local
593 if (!pyelem) in python_process_brstacksym()
[all …]