Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp46 using PELFunc = std::function<void(const PEL&, bool hexDump)>;
307 const std::vector<std::string>& plugins, bool hexDump, bool archive) in genPELJSON() argument
359 if (hexDump) in genPELJSON()
475 bool hexDump, bool archive = false) in printPELs() argument
504 if (fullPEL && !hexDump) in printPELs()
509 &foundPEL, &scrubRegex, &plugins, &hexDump, in printPELs()
512 foundPEL, scrubRegex, plugins, hexDump, archive); in printPELs()
522 if (hexDump) in printPELs()
563 bool useBMC = false, bool hexDump = false, in callFunctionOnPEL() argument
603 func(pel, hexDump); in callFunctionOnPEL()
[all …]