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.cpp85 DebugData debugData; in PEL() local
102 debugData.emplace("FFDC file JSON callouts error", in PEL()
111 addAdDetailsForDIMMsCallout(src, dataIface, adSysInfoData, debugData); in PEL()
116 debugData.emplace("SRC", src->getDebugData()); in PEL()
153 if (debugData.count("FFDC File")) in PEL()
155 debugData.at("FFDC File").push_back(msg.str()); in PEL()
159 debugData.emplace("FFDC File", in PEL()
176 if (!debugData.empty()) in PEL()
179 data["PEL Internal Debug Data"] = debugData; in PEL()
185 for (const auto& [name, msgs] : debugData) in PEL()
[all …]
H A Dpel.hpp431 nlohmann::json& adSysInfoData, DebugData& debugData);