Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp247 PyObject *pName, *pModule, *eType, *eValue, *eTraceback, *pKey; in getPythonJSON() local
258 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
263 if (eTraceback) in getPythonJSON()
265 Py_XDECREF(eTraceback); in getPythonJSON()
356 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
361 if (eTraceback) in getPythonJSON()
363 Py_XDECREF(eTraceback); in getPythonJSON()
H A Dsrc.cpp116 PyObject *pName, *pModule, *eType, *eValue, *eTraceback; in getPythonJSON() local
126 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
131 if (eTraceback) in getPythonJSON()
133 Py_XDECREF(eTraceback); in getPythonJSON()
218 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
223 if (eTraceback) in getPythonJSON()
225 Py_XDECREF(eTraceback); in getPythonJSON()