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.cpp260 PyObject *pName, *pModule, *eType, *eValue, *eTraceback, *pKey; in getPythonJSON() local
271 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
276 if (eTraceback) in getPythonJSON()
278 Py_XDECREF(eTraceback); in getPythonJSON()
362 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
367 if (eTraceback) in getPythonJSON()
369 Py_XDECREF(eTraceback); in getPythonJSON()
H A Dsrc.cpp129 PyObject *pName, *pModule, *eType, *eValue, *eTraceback; in getPythonJSON() local
139 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
144 if (eTraceback) in getPythonJSON()
146 Py_XDECREF(eTraceback); in getPythonJSON()
225 PyErr_Fetch(&eType, &eValue, &eTraceback); in getPythonJSON()
230 if (eTraceback) in getPythonJSON()
232 Py_XDECREF(eTraceback); in getPythonJSON()