Home
last modified time | relevance | path

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

/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c417 PyObject *pyelem; in python_process_callchain() local
423 pyelem = PyDict_New(); in python_process_callchain()
424 if (!pyelem) in python_process_callchain()
456 Py_DECREF(pyelem); in python_process_callchain()
479 PyObject *pyelem; in python_process_brstack() local
483 pyelem = PyDict_New(); in python_process_brstack()
484 if (!pyelem) in python_process_brstack()
515 Py_DECREF(pyelem); in python_process_brstack()
579 PyObject *pyelem; in python_process_brstacksym() local
582 if (!pyelem) in python_process_brstacksym()
[all …]

Completed in 7 milliseconds