Searched refs:fullPEL (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 305 T itr, bool hidden, bool includeInfo, bool critSysTerm, bool fullPEL, in genPELJSON() argument 365 else if (fullPEL) in genPELJSON() 474 bool fullPEL, const std::optional<std::regex>& scrubRegex, in printPELs() argument 504 if (fullPEL && !hexDump) in printPELs() 511 listStr += genPELJSON(i, hidden, includeInfo, critSysTerm, fullPEL, in printPELs() 528 if (fullPEL) in printPELs() 546 std::string emptyJSON = fullPEL ? "[]" : "{}"; in printPELs() 857 bool fullPEL = false; in main() local 866 app.add_flag("-a", fullPEL, "Display all PELs"); in main() 915 else if (fullPEL || listPEL) in main() [all …]
|