Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp97 DebugData debugData; in PEL() local
114 debugData.emplace("FFDC file JSON callouts error", in PEL()
123 addAdDetailsForDIMMsCallout(src, dataIface, adSysInfoData, debugData); in PEL()
128 debugData.emplace("SRC", src->getDebugData()); in PEL()
165 if (debugData.count("FFDC File")) in PEL()
167 debugData.at("FFDC File").push_back(msg.str()); in PEL()
171 debugData.emplace("FFDC File", in PEL()
188 if (!debugData.empty()) in PEL()
191 data["PEL Internal Debug Data"] = debugData; in PEL()
197 for (const auto& [name, msgs] : debugData) in PEL()
[all …]
H A Dpel.hpp431 nlohmann::json& adSysInfoData, DebugData& debugData);