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.cpp34 using PELFunc = std::function<void(const PEL&, bool hexDump)>;
295 const std::vector<std::string>& plugins, bool hexDump, bool archive) in genPELJSON() argument
347 if (hexDump) in genPELJSON()
463 bool hexDump, bool archive = false) in printPELs() argument
492 if (fullPEL && !hexDump) in printPELs()
497 &foundPEL, &scrubRegex, &plugins, &hexDump, in printPELs()
500 foundPEL, scrubRegex, plugins, hexDump, archive); in printPELs()
510 if (hexDump) in printPELs()
551 bool useBMC = false, bool hexDump = false, in callFunctionOnPEL() argument
591 func(pel, hexDump); in callFunctionOnPEL()
[all …]